1 2 3 4 5 6 7 8 9 10
/// The context of an error mod context; /// The severity of an error mod errorlevel; /// An error with all its properties mod pdberror; pub use context::{Context, Position}; pub use errorlevel::ErrorLevel; pub use pdberror::PDBError;