| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class FileNotFoundException extends NotizException |
||
| 20 | { |
||
| 21 | const DEFINITION_SOURCE_TYPOSCRIPT_FILE_NOT_FOUND = 'The TypoScript definition file at path `%s` was not found.'; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param string $filePath |
||
| 25 | * @return static |
||
| 26 | */ |
||
| 27 | public static function definitionSourceTypoScriptFileNotFound($filePath) |
||
| 36 |