Exception: LiveAST::ASTNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/live_ast/error.rb

Direct Known Subclasses

RawEvalError

Instance Method Summary collapse

Instance Method Details

#messageObject



12
13
14
# File 'lib/live_ast/error.rb', line 12

def message
  "The requested AST could not be found (AST flushed or compiled code)."
end