DriverException
class DriverException extends PDOException
Base class for all errors in the driver or SQL server.
Properties
string | $queryString |
Methods
static DriverException
int|string|null
getDriverCode()
No description
string|null
getSqlState()
No description
string|null
getQueryString()
No description
Details
at line 23
static DriverException
from(PDOException $src)
No description
at line 41
int|string|null
getDriverCode()
No description
at line 50
string|null
getSqlState()
No description
at line 59
string|null
getQueryString()
No description