micropy.exceptions

Micropy Exceptions.

Exceptions

MicropyException

Generic MicroPy Exception.

PyDeviceConnectionError(location)

PyDeviceError([message])

Generic PyDevice exception.

PyDeviceFileIntegrityError(device_path, ...)

RequirementException(*args, **kwargs)

A Requirement Exception Occurred.

RequirementNotFound(*args, **kwargs)

A requirement could not be found.

StubError([message, stub])

Exception for any errors raised by stubs.

StubNotFound([stub_name])

Raised when a stub cannot be found.

StubValidationError(path, errors, *args, ...)

Raised when a stub fails validation.