cfmgrv4 init...10
This commit is contained in:
parent
098bf8fb3e
commit
1b44421620
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user