Apache Zeta Components Manual :: Docs For Class ezcPhpGeneratorException
PhpGenerator::ezcPhpGeneratorException
Class ezcPhpGeneratorException
General exception class for the PhpGenerator package.
Source for this file: /PhpGenerator/src/exceptions/php_generator_exception.php
Exception
|
--ezcBaseException
|
--ezcPhpGeneratorException
Descendants
Child Class |
Description |
ezcPhpGeneratorFlowException |
Flow exceptions are thrown when control structures like if and while are closed out of order.
|
Inherited Member Variables
Method Summary
public void |
__construct(
$message
)
Constructs a new ezcPhpGeneratorException with error message $message. |
Inherited Methods
Methods
__construct
void
__construct(
string
$message
)
Constructs a new ezcPhpGeneratorException with error message $message.
Parameters:
Name |
Type |
Description |
$message |
string |
|
Redefinition of:
Redefined in descendants as: