1 | <?php |
||
7 | class InvalidPath extends Exception |
||
8 | { |
||
9 | /** |
||
10 | * @return \EricMakesStuff\ServerMonitor\Exceptions\InvalidPath |
||
11 | */ |
||
12 | public static function noPathSpecified() |
||
16 | |||
17 | /** |
||
18 | * @param $path |
||
19 | * |
||
20 | * @return \EricMakesStuff\ServerMonitor\Exceptions\InvalidPath |
||
21 | */ |
||
22 | public static function pathDoesNotExist($path) |
||
26 | } |
||
27 |