DriverManagerException
extends Exception
in package
Represents an exception that is thrown by the DriverManager class.
This exception is used to indicate errors that occur during the management of database drivers.
Table of Contents
Methods
- __construct() : mixed
- Constructor.
Methods
__construct()
Constructor.
public
__construct([string|null $message = null ][, int $code = 0 ][, Exception|null $exception = null ]) : mixed
Parameters
- $message : string|null = null
-
The exception message.
- $code : int = 0
-
The exception code.
- $exception : Exception|null = null
-
The previous exception.