Skip to content

Commit b2e7f29

Browse files
authored
Merge pull request #190 from gsteel/hydrator-exception
`HydratorException` should be `Throwable`
2 parents 6531d75 + 39daa97 commit b2e7f29

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/HydratorException.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
namespace Patchlevel\Hydrator;
66

7-
interface HydratorException
7+
use Throwable;
8+
9+
interface HydratorException extends Throwable
810
{
911
}

0 commit comments

Comments
 (0)