Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 7c1c2c4

Browse files
committed
Extend ExceptionInterface from Throwable
1 parent ec84564 commit 7c1c2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Exception/ExceptionInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
namespace Zend\ServiceManager\Exception;
99

1010
use Psr\Container\ContainerExceptionInterface;
11+
use Throwable;
1112

1213
/**
1314
* Base exception for all Zend\ServiceManager exceptions.
1415
*/
15-
interface ExceptionInterface extends ContainerExceptionInterface
16+
interface ExceptionInterface extends ContainerExceptionInterface, Throwable
1617
{
1718
}

0 commit comments

Comments
 (0)