Add DeviceAlreadyAttached exception

このコミットが含まれているのは:
Marek Marczykowski-Górecki 2017-05-20 16:40:33 +02:00
コミット 3edbc85282
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 063938BA42CFA724

ファイルの表示

@ -116,6 +116,11 @@ class QubesDaemonCommunicationError(QubesException, IOError):
permissions, as well'''
class DeviceAlreadyAttached(QubesException, KeyError):
'''Trying to attach already attached device'''
pass
# pylint: disable=too-many-ancestors
class QubesDaemonNoResponseError(QubesDaemonCommunicationError):
'''Got empty response from qubesd'''