class WebFetch::Error
Attributes
error[R]
Public Class Methods
new(error)
click to toggle source
Calls superclass method
# File lib/web_fetch/errors.rb, line 7 def initialize(error) super @error = error end