Skip to content

Commit

Permalink
Merge pull request #2 from bakame-php/feature/using-throwable-interface
Browse files Browse the repository at this point in the history
The exception marker interface extends the throwable interface
  • Loading branch information
colinodell authored May 31, 2021
2 parents 4166448 + ac63db5 commit 0deb9b9
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 0deb9b9

Please sign in to comment.