Class: Wayfarer::CrawlObserver::Events::UnhandledError

Inherits:
Struct
  • Object
show all
Defined in:
lib/wayfarer/crawl_observer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



15
16
17
# File 'lib/wayfarer/crawl_observer.rb', line 15

def exception
  @exception
end