PHP 클래스 Yosymfony\Spress\Core\ContentManager\Exception\ContentException

저자: Victor Puertas ([email protected])
상속: extends RuntimeException
파일 보기 프로젝트 열기: spress/spress

보호된 프로퍼티들

프로퍼티 타입 설명
$id
$rawMessage

공개 메소드들

메소드 설명
__construct ( string $message, string $id = null, Exception $previous = null ) Constructor.
getId ( ) : string Gets the identifier where the exception was generated.
setId ( string $id ) Sets the identifier where the exception was generated.

보호된 메소드들

메소드 설명
updateRepr ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $message, string $id = null, Exception $previous = null )
$message string The exception message
$id string The identifier of the content where the exception was generated
$previous Exception The previous exception

getId() 공개 메소드

Gets the identifier where the exception was generated.
public getId ( ) : string
리턴 string

setId() 공개 메소드

Sets the identifier where the exception was generated.
public setId ( string $id )
$id string The identifier of the content

updateRepr() 보호된 메소드

protected updateRepr ( )

프로퍼티 상세

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

protected $id

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

protected $rawMessage