| Total Complexity | 3 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 12 | #[Package('business-ops')] |
||
| 13 | class CustomTriggerByNameNotFoundException extends ShopwareHttpException |
||
| 14 | { |
||
| 15 | public function __construct(string $eventName) |
||
| 20 | ); |
||
| 21 | } |
||
| 22 | |||
| 23 | public function getErrorCode(): string |
||
| 24 | { |
||
| 25 | return 'ADMINISTRATION__CUSTOM_TRIGGER_BY_NAME_NOT_FOUND'; |
||
| 26 | } |
||
| 27 | |||
| 28 | public function getStatusCode(): int |
||
| 31 | } |
||
| 32 | } |
||
| 33 |