1//! Protocol Error Handling for Nerve Framework 2//! 3//! This module provides protocol error handling implementations. 4 5#![warn(missing_docs)] 6 7// Placeholder module - implementations may be provided by plugins