From 1c8adb828228ec6ad61ec855d456e827e936e424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20=C5=A0imk=C5=ABnas?= Date: Thu, 21 Dec 2023 07:16:29 +0200 Subject: [PATCH] Support Throwables in SystemExceptions (#160) Related: wintercms/winter#999 --- src/Exception/SystemException.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Exception/SystemException.php b/src/Exception/SystemException.php index 0a341a68f..349e28dbf 100644 --- a/src/Exception/SystemException.php +++ b/src/Exception/SystemException.php @@ -1,6 +1,6 @@