Skip to content

Commit 0deb9b9

Browse files
authored
Merge pull request #2 from bakame-php/feature/using-throwable-interface
The exception marker interface extends the throwable interface
2 parents 4166448 + ac63db5 commit 0deb9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/ConfigurationExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
/**
1717
* Marker interface for any/all exceptions thrown by this library
1818
*/
19-
interface ConfigurationExceptionInterface
19+
interface ConfigurationExceptionInterface extends \Throwable
2020
{
2121
}

0 commit comments

Comments
 (0)