DBException
Class encapsulating database-related exceptions.
DBException is a class derived from Exception.
Synopsis
uses('db');
throw new DBException($code, $message, $dbQuery);
Public Methods
DBException::__construct(): TheDBExceptionconstructor is responsible for initialising a new database exception object.