]> source.dussan.org Git - nextcloud-server.git/commit
cleaning up exception mess
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 1 Apr 2015 14:36:08 +0000 (16:36 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 7 Apr 2015 11:30:30 +0000 (13:30 +0200)
commit664b2bb7af2c8253aa0bbade42531ad4a3ef6bab
tree1f6da0f4a10dbc9345a8dd1716986c16c237f3d9
parentc9d6ed3d7d04412b721745f61402ff1400c59aeb
cleaning up exception mess
24 files changed:
apps/encryption/lib/crypto/crypt.php
apps/encryption/lib/exceptions/multikeydecryptexception.php
apps/encryption/lib/exceptions/multikeyencryptexception.php
apps/encryption/lib/exceptions/privatekeymissingexception.php
apps/encryption/lib/exceptions/publickeymissingexception.php [new file with mode: 0644]
apps/encryption/lib/keymanager.php
apps/encryption/lib/session.php
lib/private/connector/sabre/file.php
lib/private/encryption/exceptions/decryptionfailedexception.php
lib/private/encryption/exceptions/emptyencryptiondataexception.php
lib/private/encryption/exceptions/encryptionfailedexception.php
lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php
lib/private/encryption/exceptions/encryptionheadertolargeexception.php
lib/private/encryption/exceptions/genericencryptionexception.php [deleted file]
lib/private/encryption/exceptions/modulealreadyexistsexception.php
lib/private/encryption/exceptions/moduledoesnotexistsexception.php
lib/private/encryption/exceptions/publickeymissingexception.php [deleted file]
lib/private/encryption/exceptions/unexpectedblocksizeexception.php [deleted file]
lib/private/encryption/exceptions/unexpectedendofencryptionheaderexception.php [deleted file]
lib/private/encryption/exceptions/unknowncipherexception.php
lib/private/encryption/keys/storage.php
lib/private/encryption/manager.php
lib/private/encryption/util.php
lib/public/encryption/exceptions/genericencryptionexception.php [new file with mode: 0644]