web/lib/Exceptions/EbookNotFoundException.php

5 lines
79 B
PHP

<?
namespace Exceptions;
class EbookNotFoundException extends AppException{
}