cfmgrv4 init...10
This commit is contained in:
parent
9cba30297e
commit
ae498d3f37
@ -119,6 +119,7 @@ class RecordController extends CloudflareController
|
|||||||
}
|
}
|
||||||
$this->entitys = $entitys;
|
$this->entitys = $entitys;
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
|
log_message('debug', static::class . '->' . __FUNCTION__ . "에서 오류:" . $e->getMessage());
|
||||||
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류:" . $e->getMessage());
|
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류:" . $e->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user