streaming-website/lib/Exceptions.php

5 lines
97 B
PHP
Raw Normal View History

<?php
class NotFoundException extends Exception {}
2015-03-30 19:18:42 +00:00
class ScheduleException extends Exception {}