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 0032370 + 502b5dc commit f5bd90dCopy full SHA for f5bd90d
README.md
@@ -91,9 +91,9 @@ And remove everything else. Example:
91
92
namespace App\Exceptions;
93
94
-use Lanin\Laravel\ApiExceptions\LaravelExceptionHandle;
+use Lanin\Laravel\ApiExceptions\LaravelExceptionHandler;
95
96
-class Handler extends LaravelExceptionHandle
+class Handler extends LaravelExceptionHandler
97
{
98
99
}
0 commit comments