create_error

Macro create_error 

Source
macro_rules! create_error {
    ( $error: ident $( $tt:tt )? ) => { ... };
}