15 lines
311 B
PHP
15 lines
311 B
PHP
<?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{
|
|
}
|