Files
iTop/sources/application/TwigBase/Controller/PageNotFoundException.php
2021-01-21 09:56:03 +01:00

13 lines
246 B
PHP

<?php
/**
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
namespace Combodo\iTop\Application\TwigBase\Controller;
use Exception;
class PageNotFoundException extends Exception
{
}