SS_DatabaseException
class SS_DatabaseException extends Exception
Error class for database exceptions
Methods
string
getSQL()
Returns the SQL that generated this error
array
getParameters()
The parameters given for this query, if any
__construct(string $message = '', integer $code, Exception $previous = null, string $sql = null, array $parameters = array())
Constructs the database exception
Details
at line 30
string
getSQL()
Returns the SQL that generated this error
at line 39
array
getParameters()
The parameters given for this query, if any
at line 52
__construct(string $message = '', integer $code, Exception $previous = null, string $sql = null, array $parameters = array())
Constructs the database exception