Apache Zeta Components Manual :: Docs For Class ezcBaseExtensionNotFoundException
Base::ezcBaseExtensionNotFoundException
Class ezcBaseExtensionNotFoundException
ezcBaseExtensionNotFoundException is thrown when a requested PHP extension was not found.
Source for this file: /Base/src/exceptions/extension_not_found.php
Exception
|
--ezcBaseException
|
--ezcBaseExtensionNotFoundException
Inherited Member Variables
Method Summary
public ezcBaseExtensionNotFoundException |
__construct(
$name
, [ $version
= null] , [ $message
= null] )
Constructs a new ezcBaseExtensionNotFoundException. |
Inherited Methods
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: