Fumagalli_Motta_Tarantino_2020.Configurations.ConfigExceptions

1class IDNotAvailableError(NotImplementedError):
2    """
3    Raised if a given ID does not exist in the preset configurations.
4    """
5
6    pass
class IDNotAvailableError(builtins.NotImplementedError):
2class IDNotAvailableError(NotImplementedError):
3    """
4    Raised if a given ID does not exist in the preset configurations.
5    """
6
7    pass

Raised if a given ID does not exist in the preset configurations.

Inherited Members
builtins.NotImplementedError
NotImplementedError
builtins.BaseException
with_traceback
add_note
args