Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Sulu
Component
SmartContent
Exception
DataProviderException
PHP Class Sulu\Component\SmartContent\Exception\DataProviderException
Inheritance:
extends
SmartContentException
Show file
Open project: sulu/sulu
Public Methods
Method
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
method
DataProviderException constructor.
public
__construct
(
string
$alias
,
string
$message
= '',
integer
$code
,
Exception
$previous
= null )
$alias
string
$message
string
$code
integer
$previous
Exception
getAlias()
public
method
Returns alias of errored data provider.
public
getAlias
( ) :
string
return
string