refac: 에러 핸들링 방식 변경, FatalError 대응

This commit is contained in:
2022-05-09 03:39:30 +09:00
parent c5345494b1
commit 80edfefdb1
10 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ if($eventArgsJson !== null){
$eventArgs[] = $eventNextArgs;
}
}
catch(\Exception $e){
catch(\Throwable $e){
Json::die([
'result'=>false,
'reason'=>'arg가 올바른 json이 아닙니다'