Apache Zeta Components Manual :: Docs For Class ezcBasePropertyNotFoundException
Base::ezcBasePropertyNotFoundException
Class ezcBasePropertyNotFoundException
ezcBasePropertyNotFoundException is thrown whenever a non existent property is accessed in the Components library.
Source for this file: /Base/src/exceptions/property_not_found.php
Exception
|
--ezcBaseException
|
--ezcBasePropertyNotFoundException
Inherited Member Variables
Method Summary
public ezcBasePropertyNotFoundException |
__construct(
$name
)
Constructs a new ezcBasePropertyNotFoundException for the property $name. |
Inherited Methods
Methods
__construct
ezcBasePropertyNotFoundException
__construct(
string
$name
)
Constructs a new ezcBasePropertyNotFoundException for the property $name.
Parameters:
Name |
Type |
Description |
$name |
string |
The name of the property
|
Redefinition of: