Skip to content

Commit 07d00a3

Browse files
committed
chore: response exception
1 parent 9d456ba commit 07d00a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Providers/ExceptionServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class ExceptionServiceProvider extends ServiceProvider
2626
ErrorException::class,
2727
\App\Fresns\Api\Exceptions\ResponseException::class,
2828
\Fresns\DTO\Exceptions\ResponseException::class,
29+
\Fresns\CmdWordManager\Exceptions\ResponseException::class,
2930
];
3031

3132
/**

0 commit comments

Comments
 (0)