| 1 | <?php |
||
| 23 | class ExceptionNormalizer extends AbstractExceptionNormalizer implements NormalizerInterface |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | public function normalize($object, $format = null, array $context = []): array |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | public function supportsNormalization($data, $format = null): bool |
||
| 48 | } |
||
| 49 |