We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8536c commit 98aebdaCopy full SHA for 98aebda
Serializer/Normalizer/ExceptionNormalizer.php
@@ -41,6 +41,6 @@ public function normalize($object, $format = null, array $context = [])
41
*/
42
public function supportsNormalization($data, $format = null)
43
{
44
- return $data instanceof \Exception;
+ return $data instanceof \Throwable;
45
}
46
0 commit comments