We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6531d75 + 39daa97 commit b2e7f29Copy full SHA for b2e7f29
1 file changed
src/HydratorException.php
@@ -4,6 +4,8 @@
4
5
namespace Patchlevel\Hydrator;
6
7
-interface HydratorException
+use Throwable;
8
+
9
+interface HydratorException extends Throwable
10
{
11
}
0 commit comments