aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/coffee
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2025-08-13 15:37:11 +0200
committersonartech <sonartech@sonarsource.com>2025-08-15 20:03:58 +0000
commite65da11d07df885e5a0aaa005289ffd31198dcef (patch)
tree65a739a861c8463cadaaaac6c529e9a99c0f4e18 /sonar-server/src/main/webapp/coffee
parentde4f19a8f989dfd286681fb8ec936d8ff0bdec81 (diff)
downloadsonarqube-master.tar.gz
sonarqube-master.zip
NO-JIRA Update webapp to 2025.5.0.24666HEADmaster
Diffstat (limited to 'sonar-server/src/main/webapp/coffee')
0 files changed, 0 insertions, 0 deletions
f_previews_are_disabled Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/encryption/exceptions/encryptionfailedexception.php
blob: 98e92eb199c29a485a9deecc5f817f5338db437a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
/**
 * @author Clark Tomlinson <fallen013@gmail.com>
 * @author Thomas Müller <thomas.mueller@tmit.eu>
 *
 * @copyright Copyright (c) 2016, ownCloud, Inc.
 * @license AGPL-3.0
 *
 * This code is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License, version 3,
 * as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License, version 3,
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 *
 */


namespace OC\Encryption\Exceptions;

use OCP\Encryption\Exceptions\GenericEncryptionException;

class EncryptionFailedException extends GenericEncryptionException{

}