Exception: DeathByCaptcha::APIBadRequest

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

Instance Method Summary collapse

Constructor Details

#initializeAPIBadRequest

Returns a new instance of APIBadRequest.



52
53
54
# File 'lib/deathbycaptcha/exceptions.rb', line 52

def initialize
  super('CAPTCHA was rejected by the service, check if it\'s a valid image')
end