| Total Complexity | 2 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class ExchangeDeclaredException extends InvalidArgumentException implements FriendlyExceptionInterface |
||
| 11 | { |
||
| 12 | protected $message = 'Can\'t set channel name implicitly when an exchange is declared'; |
||
| 13 | |||
| 14 | public function getName(): string |
||
| 17 | } |
||
| 18 | |||
| 19 | public function getSolution(): ?string |
||
| 36 |