| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class AdapterNotConfiguredException extends RuntimeException implements FriendlyExceptionInterface |
||
| 13 | { |
||
| 14 | protected $message = 'Queue adapter is not configured'; |
||
| 15 | |||
| 16 | 2 | public function getName(): string |
|
| 17 | { |
||
| 18 | 2 | return 'Adapter is not configured'; |
|
| 19 | } |
||
| 20 | |||
| 21 | 2 | public function getSolution(): ?string |
|
| 36 | 2 | SOLUTION; |
|
| 37 | } |
||
| 39 |