We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb3bb1 commit 2a53c79Copy full SHA for 2a53c79
src/System/Integrate/Exceptions/Handler.php
@@ -5,6 +5,7 @@
5
namespace System\Integrate\Exceptions;
6
7
use System\Container\Container;
8
+use System\Http\Exceptions;
9
use System\Http\Request;
10
use System\Http\Response;
11
use System\Integrate\Http\Exception\HttpException;
@@ -26,6 +27,7 @@ class Handler
26
27
* @var array<int, class-string<\Throwable>>
28
*/
29
protected array $dont_report_internal = [
30
+ Exceptions\HttpResponse::class,
31
HttpException::class,
32
];
33
0 commit comments