We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb6cb3 commit f43d75fCopy full SHA for f43d75f
src/Http/Exceptions/Handler.php
@@ -1,10 +1,19 @@
1
<?php
2
3
+/*
4
+ * This file is part of the jiannei/laravel-response.
5
+ *
6
+ * (c) Jiannei <jiannei@sinan.fun>
7
8
+ * This source file is subject to the MIT license that is bundled
9
+ * with this source code in the file LICENSE.
10
+ */
11
+
12
namespace Jiannei\Response\Laravel\Http\Exceptions;
13
14
use Jiannei\Response\Laravel\Support\Traits\ExceptionTrait;
15
16
class Handler extends \Illuminate\Foundation\Exceptions\Handler
17
{
18
use ExceptionTrait;
-}
19
+}
0 commit comments