mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-18 15:18:08 +02:00
add some @throws in constructors (#1779)
This commit is contained in:
@@ -93,7 +93,7 @@ class TelegramBotHandler extends AbstractProcessingHandler
|
||||
* @param string $channel Telegram channel name
|
||||
* @param bool $splitLongMessages Split a message longer than MAX_MESSAGE_LENGTH into parts and send in multiple messages
|
||||
* @param bool $delayBetweenMessages Adds delay between sending a split message according to Telegram API
|
||||
* @throws MissingExtensionException
|
||||
* @throws MissingExtensionException If the curl extension is missing
|
||||
*/
|
||||
public function __construct(
|
||||
string $apiKey,
|
||||
|
Reference in New Issue
Block a user