Exception: Rookout::Exceptions::RookInvalidPositionException

Inherits:
ToolException
  • Object
show all
Defined in:
lib/rookout/exceptions.rb

Instance Attribute Summary

Attributes inherited from ToolException

#parameters

Instance Method Summary collapse

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