| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class NotImplementedException extends NotizException |
||
| 21 | { |
||
| 22 | const TCA_SERVICE_NOTIFICATION_IDENTIFIER_MISSING = 'The method `%s` must be implemented and return the definition identifier.'; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param string $methodName |
||
| 26 | * @return self |
||
| 27 | */ |
||
| 28 | public static function tcaServiceNotificationIdentifierMissing(string $methodName): self |
||
| 37 |