macro_rules! lodash_error {
($variant:ident, $($arg:expr),*) => { ... };
}Expand description
Macro for creating custom errors with context.
macro_rules! lodash_error {
($variant:ident, $($arg:expr),*) => { ... };
}Macro for creating custom errors with context.