Skip to content

exceptions

This submodule contains the exceptions that are raised by the ParamikoMock package.

BadSetupError

Bases: Exception

This exception is raised when the setup of the ParamikoMock is incorrect

Source code in src/paramiko_mock/exceptions.py
 6
 7
 8
 9
10
class BadSetupError(Exception):
    """
    This exception is raised when the setup of the ParamikoMock is incorrect
    """
    pass