Fumagalli_Motta_Tarantino_2020.Models.Exceptions

1class MergerPolicyNotAvailable(NotImplementedError):
2    """
3    Raised if the specified merger policy is not available.
4    """
5
6    pass
class MergerPolicyNotAvailable(builtins.NotImplementedError):
2class MergerPolicyNotAvailable(NotImplementedError):
3    """
4    Raised if the specified merger policy is not available.
5    """
6
7    pass

Raised if the specified merger policy is not available.

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