Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | class AppException extends \Exception |
||
22 | { |
||
23 | /** |
||
24 | * @return \Quantum\Exceptions\AppException |
||
25 | */ |
||
26 | public static function missingAppKey(): AppException |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * |
||
33 | * @param string $methodName |
||
34 | * @param string $className |
||
35 | * @return self |
||
36 | */ |
||
37 | public static function methodNotSupported(string $methodName, string $className): self |
||
42 |