Exception: Rookout::Exceptions::RookLocalsUnavailable

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

#initializeRookLocalsUnavailable

Returns a new instance of RookLocalsUnavailable.



270
271
272
# File 'lib/rookout/exceptions.rb', line 270

def initialize
  super "Can't collect local variables up the stack"
end