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



10
11
12
# File 'lib/live_ast/error.rb', line 10

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