class Crabfarm::CrawlerError

Attributes

original[R]

Public Class Methods

new(_exc) click to toggle source
Calls superclass method
# File lib/crabfarm/errors.rb, line 34
def initialize(_exc)
  super
  @original = _exc
end