diff options
Diffstat (limited to 'lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php')
-rw-r--r-- | lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php b/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php index c44ea9d7db0..45d70dd5f8f 100644 --- a/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php +++ b/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.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; |