UnsupportedFileExtensionError#
- exception neurocaps.exceptions.UnsupportedFileExtensionError[source]#
Bases:
ExceptionUnsupported File Extension Exception.
This exception occurs when attempting to unpickle a file that does not have a supported extension (e.g “.pkl”, “.pickle”, “.joblib”, the preceding extensions with “.gz” if version >= 0.28.2).
Added in version 0.26.5.