PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
akeebabackupwp
/
app
/
vendor
/
akeeba
/
awf
/
src
/
User
/
Exception
<?php /** * @package awf * @copyright Copyright (c)2014-2026 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU GPL version 3 or later */ namespace Awf\User\Exception; use Awf\User\Exception\LoginException; /** * Represents an exception that is thrown when the user login credentials are invalid. * * This exception extends the LoginException class, which is used to handle login-related exceptions. * * @since 1.2.0 */ class InvalidCredentials extends LoginException { }
[+]
..
[-] InvalidCredentials.php
[edit]
[-] InvalidUser.php
[edit]
[-] LoginException.php
[edit]