cfmgrv4 init...10

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

View File

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