PHP Class SimpleThrower, simpletest

Afficher le fichier Open project: simpletest/simpletest

Méthodes publiques

Méthode Description
__construct ( Exception $exception ) Stashes it for later.
act ( ) Throws the exceptins stashed earlier.

Method Details

__construct() public méthode

Stashes it for later.
public __construct ( Exception $exception )
$exception Exception The exception object to throw.

act() public méthode

Throws the exceptins stashed earlier.
public act ( )