From 790bd9c753e5e0ce0824be2b17c35078324e85e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20NAGY?= Date: Tue, 4 May 2021 09:21:00 +0200 Subject: [PATCH] Extend \RuntimeException instead of \Exception --- src/Exception/RuntimeException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exception/RuntimeException.php b/src/Exception/RuntimeException.php index 1d5e196..65ff350 100644 --- a/src/Exception/RuntimeException.php +++ b/src/Exception/RuntimeException.php @@ -5,7 +5,7 @@ /** * Defines a common exception specific to this library. */ - class RuntimeException extends \Exception + class RuntimeException extends \RuntimeException { } }