//! Holds the registered C# exception types for structured error mapping.
//!
//! The builder populates this pass with `Exception` entries. Output passes
//! (e.g. `body_from_call`) read from it to generate typed `catch` blocks.
use cratePassInfo;
use crateException;