PHP Class Sulu\Component\SmartContent\Exception\DataProviderException

Inheritance: extends SmartContentException
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
__construct ( string $alias, string $message = '', integer $code, Exception $previous = null ) DataProviderException constructor.
getAlias ( ) : string Returns alias of errored data provider.

Method Details

__construct() public méthode

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

getAlias() public méthode

Returns alias of errored data provider.
public getAlias ( ) : string
Résultat string