Skip to content

Commit

Permalink
The exception marker interface extends the throwable interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed May 31, 2021
1 parent 4166448 commit ac63db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/ConfigurationExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
/**
* Marker interface for any/all exceptions thrown by this library
*/
interface ConfigurationExceptionInterface
interface ConfigurationExceptionInterface extends \Throwable
{
}

0 comments on commit ac63db5

Please sign in to comment.