Открытые члены | |
__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 | ( | $message = '', | |
$locMessageKey = '', | |||
$code = 0, | |||
$file = '', | |||
$line = 0, | |||
\Exception | $previous = null ) |
Creates new logic exception object.
string | $message | The Exception message to throw. |
string | $locMessageKey | The Exception message localization key. Helpful for output message directly to user. |
int | $code | The Exception code. |
string | $file | The filename where the exception is thrown. |
int | $line | The line number where the exception is thrown. |
\Exception | $previous | The previous exception used for the exception chaining. |
См. определение в файле logicexception.php строка 35
getLocMessage | ( | ) |
|
protected |
См. определение в файле logicexception.php строка 23