You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why: it will simplify exception processing (by class, instead of description/message what is a bad practice)
Exception (this is everything what I have about this special case):
or text version:
Telegram\Bot\Exceptions\TelegramResponseException
Forbidden: bot was blocked by the user
at vendor/irazasyed/telegram-bot-sdk/src/Exceptions/TelegramResponseException.php:59
55▕ $message = $data['description'] ?? 'Unknown error from API.';
56▕ }
57▕
58▕ // Others
➜ 59▕ return new self($response, new TelegramOtherException($message, $code));
60▕ }
Error stacktrace (if any)
No response
The text was updated successfully, but these errors were encountered:
Why: it will simplify exception processing (by class, instead of description/message what is a bad practice)
Exception (this is everything what I have about this special case):
or text version:
Error stacktrace (if any)
No response
The text was updated successfully, but these errors were encountered: