web/lib/Exceptions/EbookParsingException.php
2022-03-20 17:46:47 -05:00

5 lines
77 B
PHP

<?
namespace Exceptions;
class EbookParsingException extends SeException{
}