Exception: Rookout::Exceptions::RookInvalidPositionException
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookInvalidPositionException
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize(filename, line) ⇒ RookInvalidPositionException
constructor
A new instance of RookInvalidPositionException.
Constructor Details
#initialize(filename, line) ⇒ RookInvalidPositionException
Returns a new instance of RookInvalidPositionException.
157 158 159 160 |
# File 'lib/rookout/exceptions.rb', line 157 def initialize filename, line super "Invalid code position for TracePoint: #{filename}:#{line}", { filename: filename, line: line } end |