Skip to content

Commit

Permalink
Merge pull request #29 from ergebnis/fix/extend
Browse files Browse the repository at this point in the history
Fix: Extend Throwable interface
  • Loading branch information
localheinz committed Mar 11, 2020
2 parents 68394b8 + 5fc2011 commit eae20a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/Exception.php
Expand Up @@ -13,6 +13,6 @@

namespace Ergebnis\FactoryBot\Exception;

interface Exception
interface Exception extends \Throwable
{
}

0 comments on commit eae20a9

Please sign in to comment.