BF-EXCEPTIONS - Exceptions

Ver. 1.0.2 (2021-12-12)

This module provides exception classes.

exception mlpro.bf.exceptions.ParamError

Bases: Exception

To be raised on a parameter error…

exception mlpro.bf.exceptions.ImplementationError

Bases: Exception

To be raised on an implementation error in a child class of MLPro…

exception mlpro.bf.exceptions.Error

Bases: Exception

To be raised on an error…