PHP 클래스 Sulu\Component\SmartContent\Exception\DataProviderException

상속: extends SmartContentException
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( string $alias, string $message = '', integer $code, Exception $previous = null ) DataProviderException constructor.
getAlias ( ) : string Returns alias of errored data provider.

메소드 상세

__construct() 공개 메소드

DataProviderException constructor.
public __construct ( string $alias, string $message = '', integer $code, Exception $previous = null )
$alias string
$message string
$code integer
$previous Exception

getAlias() 공개 메소드

Returns alias of errored data provider.
public getAlias ( ) : string
리턴 string