NewError associates an error message with a given expression id.
(exprID int64, message string)
| 140 | |
| 141 | // NewError associates an error message with a given expression id. |
| 142 | NewError(exprID int64, message string) *Error |
| 143 | } |
| 144 | |
| 145 | // MacroOpt defines a functional option for configuring macro behavior. |
no outgoing calls