diff options
Diffstat (limited to 'lib/private/Encryption/Exceptions/DecryptionFailedException.php')
-rw-r--r-- | lib/private/Encryption/Exceptions/DecryptionFailedException.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Encryption/Exceptions/DecryptionFailedException.php b/lib/private/Encryption/Exceptions/DecryptionFailedException.php index 048732d62a9..c67edabd0ce 100644 --- a/lib/private/Encryption/Exceptions/DecryptionFailedException.php +++ b/lib/private/Encryption/Exceptions/DecryptionFailedException.php @@ -20,7 +20,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OC\Encryption\Exceptions; use OCP\Encryption\Exceptions\GenericEncryptionException; |