//! Runtime error type.
use Error as EngineError;
/// All errors the runtime can produce. Currently a thin wrapper around
/// [`boa_cat::Error`] since the runtime itself only contributes native
/// callables whose failures surface as `Outcome::Throw` values rather
/// than `Error`s.