Exception: ZeroCaptcha::APIForbidden
- Defined in:
- lib/zero_captcha/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ APIForbidden
constructor
A new instance of APIForbidden.
Constructor Details
#initialize ⇒ APIForbidden
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 |