Base: ezcBaseValueException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcBaseValueException
|
ezcBaseValueException is thrown whenever the type or value of the given variable is not as expected. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcBaseValueException
Inherited Member Variables
From
ezcBaseException:
Method Summary
|
public ezcBaseValueException |
__construct(
$settingName, $value, [$expectedValue = null], [$variableType = 'setting'] )
Constructs a new ezcBaseValueException on the $name variable. |
Inherited Methods
From
ezcBaseException :
Methods
__construct
ezcBaseValueException __construct(
string
$settingName, mixed
$value, [string
$expectedValue = null], [string
$variableType = 'setting'] )
Constructs a new ezcBaseValueException on the $name variable.
Parameters
| Name |
Type |
Description |
$settingName |
string |
The name of the setting where something was wrong with. |
$value |
mixed |
The value that the option was tried to be set too. |
$expectedValue |
string |
A string explaining the allowed type and value range. |
$variableType |
string |
What type of variable was tried to be set (setting, argument). |
Redefinition of
Last updated: Mon, 21 Dec 2009