Documentation

DbException extends Exception
in package

Represents an exception that is thrown by the Db class.

Table of Contents

Methods

__construct()  : mixed
Constructor.

Methods

__construct()

Constructor.

public __construct([string|null $message = null ][, int $code = 0 ][, Exception|null $exception = null ]) : mixed
Parameters
$message : string|null = null

The exception message.

$code : int = 0

The exception code.

$exception : Exception|null = null

The previous exception.


        
On this page

Search results