|
Lggr
|


Public Member Functions | |
| __construct (Throwable $t) | |
| getClassName () | |
| getPreviousWrapped () | |
| __toString () | |
Public Member Functions inherited from PHPUnit\Framework\Exception | |
| __construct ($message='', $code=0, \Exception $previous=null) | |
| getSerializableTrace () | |
| __sleep () | |
Protected Attributes | |
| $className | |
| $previous | |
Protected Attributes inherited from PHPUnit\Framework\Exception | |
| $serializableTrace | |
Wraps Exceptions thrown by code under test.
Re-instantiates Exceptions thrown by user-space code to retain their original class names, properties, and stack traces (but without arguments).
Unlike PHPUnit\Framework_\Exception, the complete stack of previous Exceptions is processed.
| PHPUnit\Framework\ExceptionWrapper::__construct | ( | Throwable | $t | ) |
| Throwable | $t |
| PHPUnit\Framework\ExceptionWrapper::__toString | ( | ) |
Reimplemented from PHPUnit\Framework\Exception.
| PHPUnit\Framework\ExceptionWrapper::getClassName | ( | ) |
| PHPUnit\Framework\ExceptionWrapper::getPreviousWrapped | ( | ) |
1.8.17