@@ -16,7 +16,6 @@ class ExceptionHandle extends Handle
protected $ignoreReport = [
'\\think\\exception\\HttpException',
- UserException::class,
];
public function render(Exception $e)
{