PHP 클래스 kahlan\matcher\AnyException

상속: extends Exception
파일 보기 프로젝트 열기: crysalead/kahlan

보호된 프로퍼티들

프로퍼티 타입 설명
$message string The exception message.

공개 메소드들

메소드 설명
__construct ( string $message = null, string $code, string $previous = null ) The exception message.

메소드 상세

__construct() 공개 메소드

The exception message.
public __construct ( string $message = null, string $code, string $previous = null )
$message string The exception message.
$code string The exception code.
$previous string The previous exception.

프로퍼티 상세

$message 보호되어 있는 프로퍼티

The exception message.
protected string $message
리턴 string