We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d456ba commit 07d00a3Copy full SHA for 07d00a3
app/Providers/ExceptionServiceProvider.php
@@ -26,6 +26,7 @@ class ExceptionServiceProvider extends ServiceProvider
26
ErrorException::class,
27
\App\Fresns\Api\Exceptions\ResponseException::class,
28
\Fresns\DTO\Exceptions\ResponseException::class,
29
+ \Fresns\CmdWordManager\Exceptions\ResponseException::class,
30
];
31
32
/**
0 commit comments