cfmgrv4 init...10

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

View File

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