|
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 = 0 |
Definition at line 25 of file zend_exceptions.stub.php.
| Exception::__construct | ( | string | $message = "", |
| int | $code = 0, | ||
| ?Throwable | $previous = null ) |
Definition at line 45 of file zend_exceptions.stub.php.
| Exception::__toString | ( | ) |
Implements Stringable.
Reimplemented in SoapFault.
Definition at line 65 of file zend_exceptions.stub.php.
| Exception::__wakeup | ( | ) |
@tentative-return-type
Definition at line 48 of file zend_exceptions.stub.php.
|
final |
|
final |
Implements Throwable.
Definition at line 55 of file zend_exceptions.stub.php.
|
final |
Implements Throwable.
Definition at line 57 of file zend_exceptions.stub.php.
|
final |
Implements Throwable.
Definition at line 50 of file zend_exceptions.stub.php.
|
final |
Implements Throwable.
Definition at line 61 of file zend_exceptions.stub.php.
|
final |
Implements Throwable.
Definition at line 59 of file zend_exceptions.stub.php.
|
final |
Implements Throwable.
Definition at line 63 of file zend_exceptions.stub.php.
|
protected |
Definition at line 37 of file zend_exceptions.stub.php.
|
protected |
Definition at line 38 of file zend_exceptions.stub.php.
|
protected |
Definition at line 39 of file zend_exceptions.stub.php.
|
protected |
Definition at line 31 of file zend_exceptions.stub.php.