]> BookStack Code Mirror - bookstack/blob - app/Exceptions/DrawioPngReaderException.php
Drawings: Added class to extract drawio data from png files
[bookstack] / app / Exceptions / DrawioPngReaderException.php
1 <?php
2
3 namespace BookStack\Exceptions;
4
5 class DrawioPngReaderException extends \Exception
6 {
7 }