Base: ezcBaseExtensionNotFoundException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcBaseExtensionNotFoundException
|
ezcBaseExtensionNotFoundException is thrown when a requested PHP extension was not found. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcBaseExtensionNotFoundException
Inherited Member Variables
From
ezcBaseException:
Method Summary
|
public ezcBaseExtensionNotFoundException |
__construct(
$name, [$version = null], [$message = null] )
Constructs a new ezcBaseExtensionNotFoundException. |
Inherited Methods
From
ezcBaseException :
Methods
__construct
ezcBaseExtensionNotFoundException __construct(
string
$name, [string
$version = null], [string
$message = null] )
Constructs a new ezcBaseExtensionNotFoundException.
Parameters
| Name |
Type |
Description |
$name |
string |
The name of the extension |
$version |
string |
The version of the extension |
$message |
string |
Additional text |
Redefinition of
Last updated: Tue, 01 Sep 2009