芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/plugins/system/webauthn/src/Exception/AjaxNonCmsAppException.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\Plugin\System\Webauthn\Exception; // Protect from unauthorized access \defined('_JEXEC') or die(); use RuntimeException; /** * Exception indicating that the Joomla application object is not a CMSApplication subclass. * * @since 4.0.0 */ class AjaxNonCmsAppException extends RuntimeException { }