macro_rules! io_err_with_help {
($expr:expr, $($help:expr),*) => { ... };
}Expand description
Helper macro to convert a std::io::Error into an EpochError::Io
with an attached help message.
The macro captures the current line number for debugging purposes.