Class: Rookout::Processor::Paths::Canopy::ToolExceptionMarker

Inherits:
ObjectMarker show all
Defined in:
lib/rookout/processor/paths/canopy/markers.rb

Instance Attribute Summary

Attributes inherited from ObjectMarker

#obj, #text

Instance Method Summary collapse

Methods inherited from ObjectMarker

#to_s

Constructor Details

#initialize(exc) ⇒ ToolExceptionMarker

Returns a new instance of ToolExceptionMarker.



87
88
89
# File 'lib/rookout/processor/paths/canopy/markers.rb', line 87

def initialize exc
  super exc.to_s, exc
end