Current File : /home/pacjaorg/public_html/nsa/libraries/src/MVC/Controller/Exception/ResourceNotFound.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\MVC\Controller\Exception;
\defined('JPATH_PLATFORM') or die;
/**
* Exception class defining a resource not found exception
*
* @since 4.0.0
*/
class ResourceNotFound extends \RuntimeException
{
}