From 5549641f1f977ab2b105b8f9d7b8c6829c0e6d02 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Wed, 27 May 2015 10:37:12 +0200 Subject: improve error messages displayed to the user --- .../encryption/exceptions/decryptionfailedexception.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'lib/private/encryption/exceptions/decryptionfailedexception.php') diff --git a/lib/private/encryption/exceptions/decryptionfailedexception.php b/lib/private/encryption/exceptions/decryptionfailedexception.php index 7e9fa21eaef..406ae12968e 100644 --- a/lib/private/encryption/exceptions/decryptionfailedexception.php +++ b/lib/private/encryption/exceptions/decryptionfailedexception.php @@ -27,15 +27,4 @@ use OCP\Encryption\Exceptions\GenericEncryptionException; class DecryptionFailedException extends GenericEncryptionException { - /** - * @param string $message - * @param int $code - * @param \Exception $previous - * @param string $hint - */ - public function __construct($message = '', $code = 0, \Exception $previous = null, $hint = '') { - parent::__construct($message, $code, $previous, $hint); - -} - } -- cgit v1.2.3