cfmgrv4 init...10

This commit is contained in:
최준흠 2026-02-11 10:37:15 +09:00
parent 9cba30297e
commit ae498d3f37

View File

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