Exception: DeathByCaptcha::APIServiceUnavailable

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

Instance Method Summary collapse

Constructor Details

#initializeAPIServiceUnavailable

Returns a new instance of APIServiceUnavailable.



46
47
48
# File 'lib/deathbycaptcha/exceptions.rb', line 46

def initialize
  super('CAPTCHA was rejected due to service overload, try again later')
end