--------------------------------------------------------------------------- Error represents the error e.
| 362 | |
| 363 | // Error represents the error e. |
| 364 | type Error struct { |
| 365 | Expr Node |
| 366 | NodeBase |
| 367 | } |
| 368 | |
| 369 | // --------------------------------------------------------------------------- |
| 370 |
nothing calls this directly
no outgoing calls
no test coverage detected