ParseError constructor
ParseError({})
Implementation
ParseError(
{this.code = otherCause,
this.message = 'OtherCause',
this.exception,
bool debug = false}) {
type = _exceptions[code];
if (debug) {
print(toString());
}
}