GeForce Manager
PHP Advanced
C:
/
xampp
/
htdocs
/
Ajaji
/
libraries
/
src
/
Access
/
Exception
/
Name
Size
Perms
Actions
📄
AuthenticationFailed.php
508 B
0666
Edit
Perms
Delete
📄
NotAllowed.php
488 B
0666
Edit
Perms
Delete
Editing:
AuthenticationFailed.php
<?php /** * Joomla! Content Management System * * @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Access\Exception; // phpcs:disable PSR1.Files.SideEffects \defined('JPATH_PLATFORM') or die; // phpcs:enable PSR1.Files.SideEffects /** * Exception class defining an authentication failed event * * @since 4.0.0 */ class AuthenticationFailed extends \RuntimeException { }
Cancel