php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (string $message="", int $code=0, ?Throwable $previous=null) | |
__wakeup () | |
getMessage () | |
getCode () | |
getFile () | |
getLine () | |
getTrace () | |
getPrevious () | |
getTraceAsString () | |
__toString () | |
Protected Attributes | |
$message = "" | |
$code = 0 | |
string | $file = "" |
int | $line |
Definition at line 84 of file zend_exceptions.stub.php.
Error::__construct | ( | string | $message = "", |
int | $code = 0, | ||
?Throwable | $previous = null ) |
@implementation-alias Exception\__construct
Definition at line 106 of file zend_exceptions.stub.php.
Error::__toString | ( | ) |
@implementation-alias Exception\__toString
Implements Stringable.
Definition at line 139 of file zend_exceptions.stub.php.
Error::__wakeup | ( | ) |
@tentative-return-type @implementation-alias Exception\__wakeup
Definition at line 112 of file zend_exceptions.stub.php.
|
final |
Implements Throwable.
Definition at line 121 of file zend_exceptions.stub.php.
|
final |
@implementation-alias Exception\getFile
Implements Throwable.
Definition at line 124 of file zend_exceptions.stub.php.
|
final |
@implementation-alias Exception\getLine
Implements Throwable.
Definition at line 127 of file zend_exceptions.stub.php.
|
final |
@implementation-alias Exception\getMessage
Implements Throwable.
Definition at line 115 of file zend_exceptions.stub.php.
|
final |
@implementation-alias Exception\getPrevious
Implements Throwable.
Definition at line 133 of file zend_exceptions.stub.php.
|
final |
@implementation-alias Exception\getTrace
Implements Throwable.
Definition at line 130 of file zend_exceptions.stub.php.
|
final |
@implementation-alias Exception\getTraceAsString
Implements Throwable.
Definition at line 136 of file zend_exceptions.stub.php.
|
protected |
Definition at line 96 of file zend_exceptions.stub.php.
|
protected |
Definition at line 97 of file zend_exceptions.stub.php.
|
protected |
Definition at line 98 of file zend_exceptions.stub.php.
|
protected |
Definition at line 90 of file zend_exceptions.stub.php.