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.
Afficher le fichier
Open project: sebastianbergmann/phpunit
Class Usage Examples
Protected Properties
Méthodes publiques
Method Details
__construct()
public méthode
__toString()
public méthode
getClassname()
public méthode
getPreviousWrapped()
public méthode
public getPreviousWrapped ( ) : PHPUnit_Framework_ExceptionWrapper |
Résultat |
PHPUnit_Framework_ExceptionWrapper |
|
Property Details
$classname protected_oe property
protected string $classname |
Résultat |
string |
|
$previous protected_oe property
protected PHPUnit_Framework_ExceptionWrapper|null $previous |
Résultat |
PHPUnit_Framework_ExceptionWrapper | null |
|