We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd90e16 commit 82e90f1Copy full SHA for 82e90f1
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