DBException

Class encapsulating database-related exceptions.

DBException is a class derived from Exception.

View source

Synopsis

uses('db');

throw new DBException($code, $message, $dbQuery);

Public Methods