b0y-101 Mini Shell


Current Path : E:/www/risk/administrator/components/com_media/src/Exception/
File Upload :
Current File : E:/www/risk/administrator/components/com_media/src/Exception/FileExistsException.php

<?php

/**
 * @package     Joomla.Administrator
 * @subpackage  com_media
 *
 * @copyright   (C) 2017 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

/**
 * Media file exists exception.
 *
 * @since  4.0.0
 */
class FileExistsException extends \Exception
{
}

Copyright © 2019 by b0y-101