class Failure extends Exception (View source)

Properties

protected Exception $inner

Berisi data exception mentah.

Methods

__construct(string $sql, array $bindings, Exception $inner)

Buat instance database exception baru.

Exception
getInner()

Ambil data exception mentah.

setMessage(string $sql, array $bindings)

Tambahkan query sql dan binding pada pesan exception.

Details

__construct(string $sql, array $bindings, Exception $inner)

Buat instance database exception baru.

Parameters

string $sql
array $bindings
Exception $inner

Exception getInner()

Ambil data exception mentah.

Return Value

Exception

protected setMessage(string $sql, array $bindings)

Tambahkan query sql dan binding pada pesan exception.

Parameters

string $sql
array $bindings