nilearn.exceptions
: Exceptions and warnings¶
Custom warnings and errors used across Nilearn.
Classes¶
Custom warning to warn about not implemented features. |
classDiagram BaseException <|-- Exception Exception <|-- Warning UserWarning <|-- NotImplementedWarning Warning <|-- UserWarning