aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/LoginException.php
blob: 9189a6afd9067ae6c136d9d5a7c3c68213b2d53b (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 {}