[][src]Macro pyo3::create_exception_type_object

macro_rules! create_exception_type_object {
    ($module: ident, $name: ident, $base: ty) => { ... };
}

impl $crate::type_object::PyTypeObject for $name where $name is an exception newly defined in rust code.