Exception: DeathByCaptcha::APIForbidden

Inherits:
Error
  • Object
show all
Defined in:
lib/deathbycaptcha/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeAPIForbidden

Returns a new instance of APIForbidden.



40
41
42
# File 'lib/deathbycaptcha/exceptions.rb', line 40

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