PHP 클래스 SimpleThrower, simpletest

파일 보기 프로젝트 열기: simpletest/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 ( )