Exception: Crabfarm::CrawlerError
- Inherits:
-
CrawlerBaseError
- Object
- StandardError
- Error
- ApiError
- CrawlerBaseError
- Crabfarm::CrawlerError
- Defined in:
- lib/crabfarm/errors.rb
Instance Method Summary collapse
-
#initialize(_exc) ⇒ CrawlerError
constructor
A new instance of CrawlerError.
Methods inherited from CrawlerBaseError
Methods inherited from ApiError
Constructor Details
#initialize(_exc) ⇒ CrawlerError
Returns a new instance of CrawlerError.
45 46 47 |
# File 'lib/crabfarm/errors.rb', line 45 def initialize(_exc) super _exc.to_s, _exc.backtrace end |