//! Contain the definition for errors with all additional data that is needed to generate nice error messages
/// The context of an error
modcontext;/// An error with all its properties
modcustom_error;pubusecontext::{Context, FilePosition};pubusecustom_error::CustomError;