Exception: DeathByCaptcha::APICaptchaTooLarge

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

Instance Method Summary collapse

Constructor Details

#initializeAPICaptchaTooLarge

Returns a new instance of APICaptchaTooLarge.



58
59
60
# File 'lib/deathbycaptcha/exceptions.rb', line 58

def initialize
  super('CAPTCHA image size is too large')
end