refac: 에러 핸들링 방식 변경, FatalError 대응
This commit is contained in:
@@ -24,7 +24,7 @@ if(count($lastMsgGet) >= 10){
|
||||
}
|
||||
array_shift($lastMsgGet);
|
||||
}
|
||||
catch(\Exception $e){
|
||||
catch(\Throwable $e){
|
||||
$lastMsgGet = [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user