pub fn semantic_error(
identifier: &str,
message: impl Into<String>,
) -> RuntimeErrorExpand description
Construct a language-semantic runtime error in the active session’s namespace. Executors may attach frame and source-span information, but the identifier and message are executor-neutral runtime semantics.