Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс LogicException
+ Граф наследования:LogicException:

Открытые члены

 __construct ($message='', $locMessageKey='', $code=0, $file='', $line=0, \Exception $previous=null)
 
 getLocMessage ()
 
- Открытые члены унаследованные от SystemException
 __construct ($message="", $code=0, $file="", $line=0, \Exception $previous=null)
 

Защищенные данные

 $locMessage = null
 

Подробное описание

См. определение в файле logicexception.php строка 20

Конструктор(ы)

◆ __construct()

__construct ( $message = '',
$locMessageKey = '',
$code = 0,
$file = '',
$line = 0,
\Exception $previous = null )

Creates new logic exception object.

Аргументы
string$messageThe Exception message to throw.
string$locMessageKeyThe Exception message localization key. Helpful for output message directly to user.
int$codeThe Exception code.
string$fileThe filename where the exception is thrown.
int$lineThe line number where the exception is thrown.
\Exception$previousThe previous exception used for the exception chaining.

См. определение в файле logicexception.php строка 35

Методы

◆ getLocMessage()

getLocMessage ( )

Returns localized message

Возвращает
string

См. определение в файле logicexception.php строка 46

Данные класса

◆ $locMessage

$locMessage = null
protected

См. определение в файле logicexception.php строка 23