diff --git a/Exception/Exception.php b/Exception/Exception.php index 535aeaf0..0d2b5d89 100644 --- a/Exception/Exception.php +++ b/Exception/Exception.php @@ -25,6 +25,6 @@ * * @author Johannes M. Schmitt */ -interface Exception +interface Exception extends \Throwable { }