PHP 클래스 Deployer\Exception\NonFatalException

상속: extends RuntimeException
파일 보기 프로젝트 열기: elfet/deployer

공개 메소드들

메소드 설명
__construct ( string $message, integer $code, Exception $previous = null ) Make message mandatory.

메소드 상세

__construct() 공개 메소드

Make message mandatory.
public __construct ( string $message, integer $code, Exception $previous = null )
$message string
$code integer defaults to 0
$previous Exception