Class: Rookout::Processor::Paths::Canopy::ToolExceptionMarker
- Inherits:
-
ObjectMarker
- Object
- Marker
- ObjectMarker
- Rookout::Processor::Paths::Canopy::ToolExceptionMarker
- Defined in:
- lib/rookout/processor/paths/canopy/markers.rb
Instance Attribute Summary
Attributes inherited from ObjectMarker
Instance Method Summary collapse
-
#initialize(exc) ⇒ ToolExceptionMarker
constructor
A new instance of ToolExceptionMarker.
Methods inherited from ObjectMarker
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 |