Exception: TwoCaptcha::IpBanned
- Defined in:
- lib/two_captcha/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ IpBanned
constructor
A new instance of IpBanned.
Constructor Details
#initialize ⇒ IpBanned
90 91 92 |
# File 'lib/two_captcha/errors.rb', line 90 def initialize super('The IP address you\'re trying to access our server with is banned due to many frequent attempts to access the server using wrong authorization keys. To lift the ban, please, contact our support team via email: [email protected]') end |