PHP 클래스 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.
파일 보기
프로젝트 열기: sebastianbergmann/phpunit
1 사용 예제들
보호된 프로퍼티들
공개 메소드들
메소드 상세
getPreviousWrapped()
공개 메소드
public getPreviousWrapped ( ) : PHPUnit_Framework_ExceptionWrapper |
리턴 |
PHPUnit_Framework_ExceptionWrapper |
|
프로퍼티 상세
protected string $classname |
리턴 |
string |
|
protected PHPUnit_Framework_ExceptionWrapper|null $previous |
리턴 |
PHPUnit_Framework_ExceptionWrapper | null |
|