| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | class InvalidDefinitionException extends NotizException |
||
| 23 | { |
||
| 24 | const DEFINITION_ERROR_NO_ACCESS = 'The definition contains errors, it is not accessible. Please use method `%s::getValidationResult()`.'; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return self |
||
| 28 | */ |
||
| 29 | public static function definitionErrorNoAccess(): self |
||
| 38 |