diff --git a/extend/catcher/CatchExceptionHandle.php b/extend/catcher/CatchExceptionHandle.php new file mode 100644 index 0000000..c9f65d2 --- /dev/null +++ b/extend/catcher/CatchExceptionHandle.php @@ -0,0 +1,61 @@ +getMessage()); + } + + return parent::render($request, $e); + } +} \ No newline at end of file