class DeathByCaptcha::APIResponseError

Public Class Methods

new(info) click to toggle source
Calls superclass method
# File lib/deathbycaptcha/exceptions.rb, line 34
def initialize(info)
  super("Invalid API response: #{info}")
end