class DeathByCaptcha::APIBadRequest
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/deathbycaptcha/exceptions.rb, line 52 def initialize super('CAPTCHA was rejected by the service, check if it\'s a valid image') end