PHP Class PHPUnit_Framework_ExceptionWrapper, phpunit
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.
Show file
Open project: sebastianbergmann/phpunit
Class Usage Examples
Protected Properties
Public Methods
Method Details
__construct()
public method
__toString()
public method
getClassname()
public method
getPreviousWrapped()
public method
public getPreviousWrapped ( ) : PHPUnit_Framework_ExceptionWrapper |
return |
PHPUnit_Framework_ExceptionWrapper |
|
Property Details
$classname protected property
protected string $classname |
return |
string |
|
$previous protected property
protected PHPUnit_Framework_ExceptionWrapper|null $previous |
return |
PHPUnit_Framework_ExceptionWrapper | null |
|