Base: ezcBaseSettingValueException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcBaseSettingValueException
|
ezcBaseSettingValueExeception is thrown whenever a value to a class' configuration option is either of the wrong type, or has a wrong value. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcBaseSettingValueException
Inherited Member Variables
From
ezcBaseException:
Method Summary
|
public ezcBaseSettingValueException |
__construct(
$settingName, $value, [$expectedValue = null] )
Constructs a new ezcBaseConfigException |
Inherited Methods
From
ezcBaseException :
Methods
__construct
ezcBaseSettingValueException __construct(
string
$settingName, mixed
$value, [string
$expectedValue = null] )
Constructs a new ezcBaseConfigException
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. |
Redefinition of
Last updated: Fri, 02 Nov 2007