refac: 에러 핸들링 방식 변경, FatalError 대응
This commit is contained in:
@@ -35,7 +35,7 @@ if($eventArgsJson !== null){
|
||||
$eventArgs[] = $eventNextArgs;
|
||||
}
|
||||
}
|
||||
catch(\Exception $e){
|
||||
catch(\Throwable $e){
|
||||
Json::die([
|
||||
'result'=>false,
|
||||
'reason'=>'arg가 올바른 json이 아닙니다'
|
||||
|
||||
Reference in New Issue
Block a user