| 1 | <?php |
||
| 13 | class PreconfiguredExceptionsDescriber implements ExceptionDescriberInterface |
||
| 14 | { |
||
| 15 | private $exceptionErrorMap; |
||
| 16 | |||
| 17 | 3 | public function __construct(array $exceptionErrorMap) |
|
| 21 | |||
| 22 | 3 | public function extractErrors(Throwable $exception): array |
|
| 28 | |||
| 29 | 3 | private function getErrorForException(Throwable $exception): ?Error |
|
| 45 | } |
||
| 46 |