Exception: Rookout::Exceptions::RookSetTracepointFailed
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookSetTracepointFailed
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize(target_line, error) ⇒ RookSetTracepointFailed
constructor
A new instance of RookSetTracepointFailed.
Constructor Details
#initialize(target_line, error) ⇒ RookSetTracepointFailed
Returns a new instance of RookSetTracepointFailed.
150 151 152 153 |
# File 'lib/rookout/exceptions.rb', line 150 def initialize target_line, error super "Failed to set TracePoint on line #{target_line} due to #{error.}", { target_line: target_line, error: error } end |