Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/updates/update_m1740165264/main/lib/config/
Upload File :
Current File : /var/www/homesaver/www/bitrix/updates/update_m1740165264/main/lib/config/configurationexception.php

<?php
namespace Bitrix\Main\Config;

/**
 * Exception is thrown when a configuration error has occurred (i.e. system is frustrated).
 */
class ConfigurationException
	extends \Bitrix\Main\SystemException
{
	public function __construct($message = "", \Throwable $previous = null)
	{
		parent::__construct($message, 180, '', '', $previous);
	}
}