pub fn runtime_error<InnerError: Debug>(
    message: &'static str,
    inner_error: InnerError
) -> Error