nilearn.exceptions: Exceptions and warnings

Custom warnings and errors used across Nilearn.

Classes

NotImplementedWarning

Custom warning to warn about not implemented features.

        classDiagram
  BaseException <|-- Exception
  Exception <|-- Warning
  UserWarning <|-- NotImplementedWarning
  Warning <|-- UserWarning