| Total Complexity | 6 |
| Total Lines | 44 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class Unbound extends LogicException implements ExceptionInterface |
||
| 17 | { |
||
| 18 | public function __toString(): string |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param array<int, string> $msg |
||
| 35 | */ |
||
| 36 | private function buildMessage(self $e, array $msg): string |
||
| 49 | } |
||
| 50 | |||
| 51 | /** |
||
| 52 | * @psalm-pure |
||
| 53 | */ |
||
| 54 | private function getMainMessage(self $e): string |
||
| 63 |