Searched refs:createParsingError (Results 1 – 1 of 1) sorted by relevance
151 throw this.createParsingError((error as Error).message);178 throw this.createParsingError('invalid format string');213 throw this.createParsingError(235 throw this.createParsingError('no param for format string conversion');264 private createParsingError(msg: string) { method in ParserProtoLog