ConfigurationException.php
ConfigurationException is thrown by Phing during the configuration and setup phase of the project.
- Author
- Hans Lellelid
- Package
- phing
- Version
- $Id$
\ConfigurationException
Package: phing
Parameters
ConfigurationException is thrown by Phing during the configuration and setup phase of the project.
- Parent(s)
- \Exception
- Author
- Hans Lellelid
- Version
- $Id$
Properties
Methods


__construct(
\Exception | string $p1, \Exception | null $p2
=
null
)
:
void
Construct a ConfigurationException.
Supported signatures: throw new BuildException($causeExc); throw new BuildException($msg); throw new BuildException($msg, $causeExc);
Name | Type | Description |
---|---|---|
$p1 | \Exception | string | |
$p2 | \Exception | null |