Exception: Rookout::Exceptions::RookLocalsUnavailable
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookLocalsUnavailable
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize ⇒ RookLocalsUnavailable
constructor
A new instance of RookLocalsUnavailable.
Constructor Details
#initialize ⇒ RookLocalsUnavailable
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 |