forked from devsam/core
refac: 에러 핸들링 방식 변경, FatalError 대응
This commit is contained in:
+1
-1
@@ -345,7 +345,7 @@ if ($server == $baseServerName) {
|
||||
$imgResult = false;
|
||||
$imgDetail = $pullResult['reason'];
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
} catch (\Throwable $e) {
|
||||
$imgResult = false;
|
||||
$imgDetail = $e->getMessage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user