aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/LoginException.php
blob: 7546fa36f705956a1e020cedf70cb126fda70df3 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * Login Exception Stub
 *
 * Generic parent class for login exceptions.
 *
 * @package    Elgg.Core
 * @subpackage Exceptions.Stub
 */
class LoginException extends Exception {}