зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-09-04 10:15:50 +03:00
Fix codeclimate issues
Этот коммит содержится в:
@@ -5,9 +5,13 @@ module Telegram
|
||||
|
||||
module Bot
|
||||
class Error < StandardError; end
|
||||
class NotFound < Error; end
|
||||
|
||||
# Raised for valid telegram response with 403 status code.
|
||||
class Forbidden < Error; end
|
||||
|
||||
# Raised for valid telegram response with 404 status code.
|
||||
class NotFound < Error; end
|
||||
|
||||
autoload :Async, 'telegram/bot/async'
|
||||
autoload :Botan, 'telegram/bot/botan'
|
||||
autoload :Client, 'telegram/bot/client'
|
||||
|
||||
Ссылка в новой задаче
Block a user