\Alo\ExceptionExtensionException

PHP extension-related exceptions

Summary

Methods
Properties
Constants
__construct()
No public properties found
E_EXT_NOT_LOADED
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

E_EXT_NOT_LOADED

E_EXT_NOT_LOADED

Code when a PHP extension is not loaded

Methods

__construct()

__construct(string  $message = '', integer  $code, \Exception  $previous = null) 

Creates the exception

Parameters

string $message

Exception message

integer $code

Exception code

\Exception $previous

Previous exception, if chaining