web/lib/Exceptions/EbookParsingException.php
2023-07-14 09:36:10 -05:00

5 lines
78 B
PHP

<?
namespace Exceptions;
class EbookParsingException extends AppException{
}