error

Function error 

Source
pub fn error(msg: &str, line: usize, column: usize) -> KiwiError
Expand description

Return a KiwiError::ParseError. Callers should do something like return Err(error("msg", line, col));