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

4 lines
57 B
PHP

<?
class InvalidAuthorException extends \Exception{
}
?>