Skip to content

Commit

Permalink
Merge pull request #50 from BackEndTea/update/throwable
Browse files Browse the repository at this point in the history
Extend throwable in Exception marker interface
  • Loading branch information
Ocramius authored Sep 5, 2018
2 parents 17becf3 + 15c88ec commit 8788c31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Doctrine/Instantiator/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

namespace Doctrine\Instantiator\Exception;

use Throwable;

/**
* Base exception marker interface for the instantiator component
*/
interface ExceptionInterface
interface ExceptionInterface extends Throwable
{
}

0 comments on commit 8788c31

Please sign in to comment.