Log an error through the logger and terminate the process non-zero.
The single failure path for the whole engine; its never return type lets it be used in expression position without upsetting control-flow analysis.
never
Human-readable explanation of what went wrong.
Never returns — the process exits with status 1.
1
Log an error through the logger and terminate the process non-zero.
The single failure path for the whole engine; its
neverreturn type lets it be used in expression position without upsetting control-flow analysis.