refac: 에러 핸들링 방식 변경, FatalError 대응
This commit is contained in:
@@ -392,7 +392,7 @@ class Scenario{
|
||||
$text = \file_get_contents(ServConfig::getSharedIconPath('../hook/list.json?1'));
|
||||
$storedIcons = Json::decode($text);
|
||||
}
|
||||
catch(\Exception $e){
|
||||
catch(\Throwable $e){
|
||||
$storedIcons = [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user