class Ven::Suite::RuntimeError
- Ven::Suite::RuntimeError
- Ven::Suite::VenError
- Exception
- Reference
- Object
Overview
The exception that is raised when the interpreter encounters a semantic error.
Defined in:
ven/suite/error.crConstructors
Instance Method Summary
Constructor Detail
def self.new(traces : Array(Ven::Suite::Trace), file : String, line : Int32, message)
#