Открытые члены | |
__construct ($message="", $code=0, $file="", $line=0, \Exception $previous=null) | |
Base class for fatal exceptions
См. определение в файле exception.php строка 7
__construct | ( | $message = "", | |
$code = 0, | |||
$file = "", | |||
$line = 0, | |||
\Exception | $previous = null ) |
Creates new exception object.
string | $message | |
int | $code | |
string | $file | |
int | $line | |
\Exception | null | $previous |
Переопределяется в GoneException и LockException.
См. определение в файле exception.php строка 18