| Total Complexity | 3 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class ClassNotFoundException extends InvalidArgumentException |
||
| 10 | { |
||
| 11 | public static function couldNotFindClass(string $className): self |
||
| 14 | } |
||
| 15 | |||
| 16 | public static function wrapException(self $e, string $className): self |
||
| 19 | } |
||
| 20 | |||
| 21 | public static function wrapExceptionForExtendTag(self $e, string $className): self |
||
| 26 |