1 | <?php |
||
21 | class ExceptionNormalizer extends AbstractExceptionNormalizer implements NormalizerInterface |
||
22 | { |
||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | 2 | public function normalize($object, $format = null, array $context = []) |
|
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | 2 | public function supportsNormalization($data, $format = null) |
|
46 | } |
||
47 |