Expand description
Commonly used error types.
Macros§
- bail_
no_ function - Constructs a
NoFunction
and bails out. - bail_
not_ implemented - Constructs a
NotImplemented
and bails out. - no_
function - Constructs a
NoFunction
. - not_
implemented - Constructs a
NotImplemented
.