summaryrefslogtreecommitdiffstats
path: root/lib/private/user/nouserexception.php
blob: 9452362b4e6d33a3b1fe667bd9e50b39044086aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * ownCloud
 *
 * This file is licensed under the Affero General Public License version 3 or
 * later. See the COPYING-AGPL file.
 *
 * @author Jörn Friedrich Dreyer <jfd@owncloud.com>
 * @copyright Jörn Friedrich Dreyer 2015
 */

namespace OC\User;

class NoUserException extends \Exception {}