Exception: TwoCaptcha::IpBanned

Inherits:
Error
  • Object
show all
Defined in:
lib/two_captcha/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeIpBanned

Returns a new instance of 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