web/lib/Exceptions/AuthorNotFoundException.php

5 lines
80 B
PHP

<?
namespace Exceptions;
class AuthorNotFoundException extends AppException{
}