class BatchAny::Manager::FiberError

Attributes

exception[R]
fiber[R]

Public Class Methods

new(fiber, exception) click to toggle source
# File lib/batch_any/manager.rb, line 6
def initialize(fiber, exception)
  @fiber = fiber
  @exception = exception
end