class HyperResource::Modules::HTTP::WrapErrors::WrappedError
Attributes
err[R]
method[R]
Public Class Methods
new(method, err)
click to toggle source
# File lib/hyper_resource/modules/http/wrap_errors.rb, line 8 def initialize(method, err) @method = method @err = err end