macro_rules! create_exception {
( $module:expr, $py_err: ident, $base: ty ) => { ... };
( $module:expr, $py_err: ident, $base: ty, $doc: expr ) => { ... };
}Expand description
Create a new Python exception.
macro_rules! create_exception {
( $module:expr, $py_err: ident, $base: ty ) => { ... };
( $module:expr, $py_err: ident, $base: ty, $doc: expr ) => { ... };
}Create a new Python exception.