Files
sterivein/core/lib/Thelia/Exception/FileNotFoundException.php
Benjamin Perche 14cf745a89 Add ImportController Tests and fix bugs
modifié:         core/lib/Thelia/Controller/Admin/ImportController.php
	modifié:         core/lib/Thelia/Exception/FileNotFoundException.php
	modifié:         core/lib/Thelia/Tests/Controller/ImportControllerTest.php
	modifié:         core/lib/Thelia/Tests/Controller/ImportExportControllerTest.php
2014-08-01 12:48:04 +02:00

24 lines
1.1 KiB
PHP

<?php
/*************************************************************************************/
/* This file is part of the Thelia package. */
/* */
/* Copyright (c) OpenStudio */
/* email : dev@thelia.net */
/* web : http://www.thelia.net */
/* */
/* For the full copyright and license information, please view the LICENSE.txt */
/* file that was distributed with this source code. */
/*************************************************************************************/
namespace Thelia\Exception;
/**
* Class FileNotFoundException
* @package Thelia\Exception
* @author Benjamin Perche <bperche@openstudio.fr>
*/
class FileNotFoundException extends \ErrorException
{
}