use crateInterruptRegistration;
/// A handle that can be used to configure the occupation of an interrupt caused by an exception.
///
/// The proc-macro [`take_exception`] should be used to create an implementor of this trait.
///
/// [`take_exception`]: super::take_exception