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/notimplementedexception.php |
<?php namespace Bitrix\Main; /** * Exception is thrown when operation is not implemented but should be. */ class NotImplementedException extends SystemException { public function __construct($message = "", \Exception $previous = null) { parent::__construct($message, 140, '', '', $previous); } }