Skip to content

Commit a1d7cfd

Browse files
committed
ExceptionInterface extends \Throwable
1 parent f16d270 commit a1d7cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Exception/ExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414
namespace Ecommit\DoctrineOrmRefetch\Exception;
1515

16-
interface ExceptionInterface
16+
interface ExceptionInterface extends \Throwable
1717
{
1818
}

0 commit comments

Comments
 (0)