cfmgrv4 init...10

This commit is contained in:
최준흠 2026-02-11 10:50:02 +09:00
parent cc1b987064
commit 098bf8fb3e

View File

@ -154,7 +154,7 @@ class ZoneController extends CloudflareController
}
$this->entitys = $entitys;
dd($this->getViewDatas());
} catch (\Exception $e) {
} catch (\Throwable $e) {
log_message('debug', static::class . '->' . __FUNCTION__ . "에서 오류:" . $e->getMessage());
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류:" . $e->getMessage());
}