Current Path : /var/www/html/clients/nkpgkx11.e-nk.ru/bitrix/modules/main/lib/ |
Current File : /var/www/html/clients/nkpgkx11.e-nk.ru/bitrix/modules/main/lib/notsupportedexception.php |
<?php namespace Bitrix\Main; /** * Exception is thrown when operation is not supported. */ class NotSupportedException extends SystemException { public function __construct($message = "", \Exception $previous = null) { parent::__construct($message, 150, '', '', $previous); } }