class DeathByCaptcha::APIServiceUnavailable

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/deathbycaptcha/exceptions.rb, line 46
def initialize
  super('CAPTCHA was rejected due to service overload, try again later')
end