Source code for facedancer.errors

#
# This file is part of Facedancer.
#

[docs] class DeviceNotFoundError(IOError): """ Error indicating a device was not found. """ pass
[docs] class EndEmulation(Exception): """ When an EndEmulation exception is thrown the emulation will shutdown and exit. """