Throw an exception when login is canceled by an app
parent
8a9acc5083
commit
8eda661761
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
|
||||
namespace OC\User;
|
||||
|
||||
class LoginException extends \Exception {
|
||||
}
|
||||
Loading…
Reference in New Issue