Skip to content

Commit

Permalink
revert: re-instate extension of Throwable in supplied exception inter…
Browse files Browse the repository at this point in the history
…faces

See #32 (comment)

(cherry picked from commit 6009776)
  • Loading branch information
weierophinney authored and Jean85 committed Nov 5, 2021
1 parent 89ce296 commit 513e066
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ContainerExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

namespace Psr\Container;

use Throwable;

/**
* Base interface representing a generic exception in a container.
*/
interface ContainerExceptionInterface
interface ContainerExceptionInterface extends Throwable
{
}

0 comments on commit 513e066

Please sign in to comment.