Class DBException
This class manages the exceptions throwed by DB class
- Exception
-
Hawk\DBException
Methods summary
public
|
#
__construct( string $message, integer $code, string $value, Exception $previous = null )
Constructor |
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Constants summary
integer |
CONNECTION_ERROR
|
#
1
|
integer |
QUERY_ERROR
|
#
2
|
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message