mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-19 23:03:01 +02:00
refactor: rename functions (#4655)
returnClientError => throwClientException returnServerError => throwServerException New convenience function: throwRateLimitException Old functions are kept but deprecated.
This commit is contained in:
@@ -47,7 +47,7 @@ class YandexZenBridge extends BridgeAbstract
|
||||
$channelName = $matches['channelName'];
|
||||
$channelAPIURL = self::_BASE_API_URL_WITH_CHANNEL_NAME . $channelName;
|
||||
} else {
|
||||
returnClientError(<<<EOT
|
||||
throwClientException(<<<EOT
|
||||
Invalid channel URL provided.
|
||||
The channel\'s URL must be in one of these two forms:
|
||||
- https://dzen.ru/dream_faity_diy
|
||||
|
Reference in New Issue
Block a user