We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654074c commit 5efb5ddCopy full SHA for 5efb5dd
src/sysmonitor/events/RequestExceptionEvent.php
@@ -7,7 +7,7 @@
7
class RequestExceptionEvent extends AbstractEvent
8
{
9
/**
10
- * @var \Exception|SerializableException
+ * @var \Error|\Exception|SerializableException
11
*/
12
public $exception;
13
}
0 commit comments