Class: DeathByCaptcha::Errors::ServiceOverload

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

Instance Method Summary collapse

Constructor Details

#initializeServiceOverload

Returns a new instance of ServiceOverload.



62
63
64
# File 'lib/deathbycaptcha/error.rb', line 62

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