class Asynchronous::Error

Attributes

wrapped_error[R]

Public Class Methods

new(wrapped_error) click to toggle source
# File lib/asynchronous/error.rb, line 4
def initialize(wrapped_error)
  @wrapped_error= wrapped_error
end