handles
Types
pub type HandlesError {
LexError(error: lexer.LexError)
ParseError(error: List(parser.ParseError))
RuntimeError(error: engine.RuntimeError)
}
Constructors
-
LexError(error: lexer.LexError) -
ParseError(error: List(parser.ParseError)) -
RuntimeError(error: engine.RuntimeError)