Skip to content

Commit

Permalink
Merge pull request #20 from moufmouf/type_hinting
Browse files Browse the repository at this point in the history
Adding type-hints and extending Throwable for exception interfaces
  • Loading branch information
weierophinney authored Mar 5, 2021
2 parents 381524e + 42ca75b commit 9fc7aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ContainerExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface
interface ContainerExceptionInterface extends \Throwable
{
}

0 comments on commit 9fc7aab

Please sign in to comment.