NewError associates an error message with a given expression id.
(exprID int64, message string)
| 292 | |
| 293 | // NewError associates an error message with a given expression id. |
| 294 | NewError(exprID int64, message string) *common.Error |
| 295 | } |
| 296 | |
| 297 | var ( |
no outgoing calls
no test coverage detected