Files
BookStack/app/Exceptions/DrawioPngReaderException.php

8 lines
94 B
PHP

<?php
namespace BookStack\Exceptions;
class DrawioPngReaderException extends \Exception
{
}