We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2172b51 + 82e90f1 commit 45c88e7Copy full SHA for 45c88e7
1 file changed
src/Hander/Whoops.php
@@ -4,11 +4,11 @@
4
5
namespace think\Whoops\Hander;
6
7
-use think\Response;
8
use think\exception\Handle;
+use think\exception\HttpResponseException;
9
+use think\Response;
10
use Throwable;
11
use Whoops\Handler\PrettyPageHandler;
-use think\exception\HttpResponseException;
12
13
class Whoops extends Handle
14
{
@@ -35,9 +35,10 @@ public function render($request, Throwable $e): Response
35
}
36
37
/**
38
- * 接管Ajax异常
+ * 接管Ajax异常.
39
*
40
* @param Throwable $e
41
+ *
42
* @return void
43
*/
44
protected function handleAjaxException(Throwable $e)
0 commit comments