Apache Zeta Components Manual :: Docs For Class ezcBaseFunctionalityNotSupportedException
Base::ezcBaseFunctionalityNotSupportedException
Class ezcBaseFunctionalityNotSupportedException
The ezcBaseFunctionalityNotSupportedException is thrown when a requested PHP function was not found.
Source for this file: /Base/src/exceptions/functionality_not_supported.php
Exception
|
--ezcBaseException
|
--ezcBaseFunctionalityNotSupportedException
Inherited Member Variables
Method Summary
public ezcBaseFunctionalityNotSupportedException |
__construct(
$message
, $reason
)
Constructs a new ezcBaseFunctionalityNotSupportedException. |
Inherited Methods
Methods
__construct
ezcBaseFunctionalityNotSupportedException
__construct(
string
$message
, string
$reason
)
Constructs a new ezcBaseFunctionalityNotSupportedException.
Parameters:
Name |
Type |
Description |
$message |
string |
The message to throw
|
$reason |
string |
The reason for the exception
|
Redefinition of: