См. определение в файле logicexception.php строка 20
◆ __construct()
__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()
◆ $locMessage
Объявления и описания членов класса находятся в файле: