From e5146a868a0df34b0f8befaf6cfa88f196d58434 Mon Sep 17 00:00:00 2001 From: Edmond <1571649+EdmondDantes@users.noreply.github.com> Date: Sun, 8 Sep 2024 11:11:08 +0300 Subject: [PATCH] + CompositeException --- src/CompositeException.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/CompositeException.php diff --git a/src/CompositeException.php b/src/CompositeException.php new file mode 100644 index 0000000..433df45 --- /dev/null +++ b/src/CompositeException.php @@ -0,0 +1,23 @@ + 'Multiple exceptions occurred {context}', + 'context' => $message, + 'exceptions' => $exceptions, + 'previous' => $previous + ]); + } +} \ No newline at end of file