Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
9 | #[Package('storefront')] |
||
10 | class ThemeException extends HttpException |
||
11 | { |
||
12 | public const THEME_MEDIA_IN_USE_EXCEPTION = 'THEME__MEDIA_IN_USE_EXCEPTION'; |
||
13 | public const THEME_SALES_CHANNEL_NOT_FOUND = 'THEME__SALES_CHANNEL_NOT_FOUND'; |
||
14 | |||
15 | public static function themeMediaStillInUse(): self |
||
21 | ); |
||
22 | } |
||
23 | |||
24 | public static function salesChannelNotFound(string $salesChannelId): self |
||
34 |