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/objectpropertyexception.php |
<?php namespace Bitrix\Main; /** * Exception is thrown when object property is not valid. */ class ObjectPropertyException extends ArgumentException { public function __construct($parameter = "", \Exception $previous = null) { parent::__construct("Object property \"".$parameter."\" not found.", $parameter, $previous); } }