Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/main/lib/routing/exceptions/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/main/lib/routing/exceptions/parameternotfoundexception.php

<?php
/**
 * Bitrix Framework
 * @package    bitrix
 * @subpackage main
 * @copyright  2001-2020 Bitrix
 */

namespace Bitrix\Main\Routing\Exceptions;

use Bitrix\Main\SystemException;

/**
 * @package    bitrix
 * @subpackage main
 */
class ParameterNotFoundException extends SystemException
{
 
}