From 68f75e2abc2996fe05a37321c6e257eaa8d36357 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com> Date: Fri, 19 Jan 2024 18:25:12 -0300 Subject: [PATCH] Add strict_types declaration to exception classes. (#7) --- src/Exception/ExceptionInterface.php | 2 ++ src/Exception/RuntimeException.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index 79c9f7a..b3b31b3 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -1,5 +1,7 @@