PHP Класс SimpleThrower, simpletest

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Exception $exception ) Stashes it for later.
act ( ) Throws the exceptins stashed earlier.

Описание методов

__construct() публичный Метод

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

act() публичный Метод

Throws the exceptins stashed earlier.
public act ( )