aboutsummaryrefslogtreecommitdiff
path: root/lib/Exceptions.php
blob: f6f9d248eacc322173d2483355f81e14c2842ac1 (plain)
1
2
3
4
<?php

class NotFoundException extends Exception {}
class ScheduleException extends Exception {}