class DeathByCaptcha::APICaptchaTooLarge

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/deathbycaptcha/exceptions.rb, line 58
def initialize
  super('CAPTCHA image size is too large')
end