PHP 클래스 Behat\Testwork\Call\Handler\Exception\ClassNotFoundHandler

또한 보기: ExceptionHandler
저자: Konstantin Kudryashov ([email protected])
상속: implements Behat\Testwork\Call\Handler\ExceptionHandler
파일 보기 프로젝트 열기: behat/behat

공개 메소드들

메소드 설명
handleException ( $exception )
handleNonExistentClass ( string $class ) Override to handle non-existent class name.
supportsException ( $exception )

비공개 메소드들

메소드 설명
extractNonExistentClass ( Error $exception ) : null | string Extracts missing class name from the exception.

메소드 상세

handleException() 최종 공개 메소드

final public handleException ( $exception )

handleNonExistentClass() 추상적인 공개 메소드

Override to handle non-existent class name.
abstract public handleNonExistentClass ( string $class )
$class string

supportsException() 최종 공개 메소드

final public supportsException ( $exception )