diff --git a/src/test.php b/src/test.php new file mode 100644 index 0000000..0f62194 --- /dev/null +++ b/src/test.php @@ -0,0 +1,23 @@ + 'x']; + } + + public function x(ExceptionEvent $event) + { + dd($event->getThrowable()); + } +} \ No newline at end of file