ConnectionFailureException
Extends RuntimeExceptionException class defining an error connecting to the database platform
| since |
1.5.0 |
|---|---|
| package |
Joomla Framework |
Methods
__construct
Construct the exception
__construct(string message = '', int code, \Joomla\Database\Exception\Exception previous = null) : mixed
| since |
2.0.0 |
|---|
Arguments
- message
stringThe Exception message to throw. [optional]- code
intThe Exception code. [optional]- previous
\Joomla\Database\Exception\ExceptionThe previous exception used for the exception chaining. [optional]
Response
mixed