Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 687 Bytes

File metadata and controls

28 lines (19 loc) · 687 Bytes
title DBException — Core Library
package lib
packageTitle Core Library
layout default
className DBException
type class

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

  • DBException::__construct(): The DBException constructor is responsible for initialising a new database exception object.