Apache Zeta Components Manual :: Docs For Class ezcBaseInitCallbackConfiguredException
Base::ezcBaseInitCallbackConfiguredException
Class ezcBaseInitCallbackConfiguredException
ezcBaseInitCallbackConfiguredException is thrown when you try to assign a callback clasname to an identifier, while there is already a callback class configured for this identifier.
Source for this file: /Base/src/exceptions/init_callback_configured.php
Exception
|
--ezcBaseException
|
--ezcBaseInitCallbackConfiguredException
Inherited Member Variables
Method Summary
public ezcBaseInitCallbackConfiguredException |
__construct(
$identifier
, $originalCallbackClassName
)
Constructs a new ezcBaseInitCallbackConfiguredException. |
Inherited Methods
Methods
__construct
ezcBaseInitCallbackConfiguredException
__construct(
string
$identifier
, string
$originalCallbackClassName
)
Constructs a new ezcBaseInitCallbackConfiguredException.
Parameters:
Name |
Type |
Description |
$identifier |
string |
|
$originalCallbackClassName |
string |
|
Redefinition of: