class Oxide::ParseError
- Oxide::ParseError
- Oxide::Error
- Exception
- Reference
- Object
Overview
When there is an issue lexing / parsing the query
Defined in:
oxide/error.crConstructors
Instance Method Summary
- #column_number : Int32 | Nil
- #line_number : Int32 | Nil
- #locations : Array(Location)
- #to_h
- #to_json(builder : JSON::Builder)