//! Custom errors.
//!
//! A small module that contains a custom error struct used to encapsulate errors from lower down in
//! the function call chain.
//!
use ;
/// A custom error struct. Contains the string representation for the encapsulated error.