From 58ab9e2154413b117414b279fc5a2dc8a25406ef Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Fri, 6 Dec 2024 14:41:25 +0100 Subject: [PATCH] some debugging --- src/test.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/test.php 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