exception이 trace 수정하도록 임시 수정

This commit is contained in:
2018-05-05 19:44:22 +09:00
parent ebf9b4b75d
commit 063b3d37a6
+1
View File
@@ -82,6 +82,7 @@ function logExceptionByCustomHandler(\Throwable $e){
], Json::PRETTY);
file_put_contents(ROOT.'/d_log/err_log.txt',"$data\n", FILE_APPEND);
echo $e->getTraceAsString();
throw $e;
}
set_exception_handler('\\sammo\\logExceptionByCustomHandler');