refac: 에러 핸들링 방식 변경, FatalError 대응
This commit is contained in:
@@ -23,7 +23,7 @@ class FinishNationBetting extends \sammo\Event\Action
|
||||
|
||||
try {
|
||||
$bettingHelper = new Betting($this->bettingID);
|
||||
} catch (\Exception $e) {
|
||||
} catch (\Throwable $e) {
|
||||
return [__CLASS__, false, $e->getMessage()];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user