| Current Path : /home/helpink/www/administrator/components/com_media/src/Exception/ |
| Current File : /home/helpink/www/administrator/components/com_media/src/Exception/ProviderNotFoundException.php |
<?php
/**
* @package Joomla.Administrator
* @subpackage com_media
*
* @copyright (C) 2024 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
namespace Joomla\Component\Media\Administrator\Exception;
// phpcs:disable PSR1.Files.SideEffects
\defined('_JEXEC') or die;
// phpcs:enable PSR1.Files.SideEffects
/**
* Provider not found exception.
*
* @since 5.2.2
*/
class ProviderNotFoundException extends \Exception
{
}