Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 78bc6e1

Browse files
committed
Fix Exception typehint
1 parent 245d771 commit 78bc6e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Exception/Handler/InvalidParameterExceptionHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace Tobscure\JsonApi\Exception\Handler;
1313

14+
use Exception;
1415
use Tobscure\JsonApi\Exception\InvalidParameterException;
1516

1617
class InvalidParameterExceptionHandler implements ExceptionHandlerInterface

0 commit comments

Comments
 (0)