php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (string $message="", int $code=0, int $severity=E_ERROR, ?string $filename=null, ?int $line=null, ?Throwable $previous=null) | |
getSeverity () | |
![]() | |
__construct (string $message="", int $code=0, ?Throwable $previous=null) | |
__wakeup () | |
getMessage () | |
getCode () | |
getFile () | |
getLine () | |
getTrace () | |
getPrevious () | |
getTraceAsString () | |
__toString () | |
Protected Attributes | |
int | $severity = E_ERROR |
![]() | |
$message = "" | |
$code = 0 | |
string | $file = "" |
int | $line = 0 |
Definition at line 68 of file zend_exceptions.stub.php.
ErrorException::__construct | ( | string | $message = "", |
int | $code = 0, | ||
int | $severity = E_ERROR, | ||
?string | $filename = null, | ||
?int | $line = null, | ||
?Throwable | $previous = null ) |
Definition at line 72 of file zend_exceptions.stub.php.
|
final |
Definition at line 81 of file zend_exceptions.stub.php.
|
protected |
Definition at line 70 of file zend_exceptions.stub.php.