diff --git a/python/src/trezorlib/exceptions.py b/python/src/trezorlib/exceptions.py index 0d0ab892ed..99f749063d 100644 --- a/python/src/trezorlib/exceptions.py +++ b/python/src/trezorlib/exceptions.py @@ -92,3 +92,7 @@ class FailedSessionResumption(TrezorException): Raised when `trezorctl -s ` is used or `TREZOR_SESSION_ID = ` is set and resumption of session with the `session_id` fails.""" + + +class DeviceLockedException(TrezorException): + pass