web/lib/EbookParsingException.php
2018-12-29 16:02:00 -06:00

4 lines
56 B
PHP

<?
class EbookParsingException extends \Exception{
}
?>