2015-01-22 16:13:17 +03:00
|
|
|
<?php
|
|
|
|
/**
|
2015-02-26 13:37:37 +03:00
|
|
|
* Copyright (c) 2014 Robin Appelman <icewind@owncloud.com>
|
|
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
|
|
* later.
|
|
|
|
* See the COPYING-README file.
|
2015-01-22 16:13:17 +03:00
|
|
|
*/
|
2015-02-26 13:37:37 +03:00
|
|
|
|
2015-01-22 16:13:17 +03:00
|
|
|
namespace OC\User;
|
|
|
|
|
|
|
|
class LoginException extends \Exception {
|
|
|
|
}
|