Exception: ZeroCaptcha::APIForbidden

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

Instance Method Summary collapse

Constructor Details

#initializeAPIForbidden

Returns a new instance of APIForbidden.



36
37
38
# File 'lib/zero_captcha/errors.rb', line 36

def initialize
  super('Access denied, please check your credentials and/or balance')
end