Skip to main content

actr_hyper/
runtime_error.rs

1//! Runtime error re-exports.
2//!
3//! `RuntimeError` has been removed. All errors flow as `ActrError` (public)
4//! or `NetworkError` (transport-internal). See `actr_protocol::error` for the
5//! full error design.
6
7pub use actr_protocol::{ActorResult, ActrError, Classify, ErrorKind};