We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19859c1 commit 069043aCopy full SHA for 069043a
src/Exceptions/ApiExceptionHandler.php
@@ -13,6 +13,7 @@
13
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
14
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
15
use Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException;
16
+use LaraPackage\Api\Contracts as Contracts;
17
18
class ApiExceptionHandler implements Contracts\Exceptions\ApiExceptionHandler
19
{
0 commit comments