1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Drawings: Added class to extract drawio data from png files

This commit is contained in:
Dan Brown
2025-06-19 17:23:56 +01:00
parent c4839c783a
commit a9f5e98ba9
4 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace BookStack\Exceptions;
class DrawioPngReaderException extends \Exception
{
}