Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class ClassNotFoundException extends RoutesException |
||
17 | { |
||
18 | /** |
||
19 | * ClassNotFoundException constructor. |
||
20 | * |
||
21 | * @param string $message Exception message |
||
22 | * @param int $code Exception code |
||
23 | * @param Throwable|null $previous Previous |
||
24 | */ |
||
25 | public function __construct($message = "", $code = 0, Throwable $previous = null) |
||
28 | } |
||
29 | } |