summaryrefslogtreecommitdiffstats
path: root/core/lostpassword/encrypteddataexception.php
blob: 99d19445b6c7cfe0e57312613b59997b0ab51deb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * @author Victor Dubiniuk
 * @copyright 2013 Victor Dubiniuk victor.dubiniuk@gmail.com
 *
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

namespace OC\Core\LostPassword;
 
class EncryptedDataException extends \Exception{
}