Exception: ActsAsTextcaptcha::ResponseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/acts_as_textcaptcha/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(url, exception) ⇒ ResponseError

Returns a new instance of ResponseError.



5
6
7
# File 'lib/acts_as_textcaptcha/errors.rb', line 5

def initialize(url, exception)
  super("fetching '#{url}' failed - #{exception}")
end