Exception: TwoCaptcha::IpNotAllowed

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

Instance Method Summary collapse

Constructor Details

#initializeIpNotAllowed

Returns a new instance of IpNotAllowed.



84
85
86
# File 'lib/two_captcha/errors.rb', line 84

def initialize
  super('The request has sent from the IP that is not on the list of your IPs. Check the list of your IPs in the system')
end