class KeyNotFoundException extends DatabaseException

Exception indicating the specified field name is invalid

Traits

An exception that can be created by copying the message from another

Properties

$code from  ServerException
$message

Methods

__construct(string|null $details = null)

No description

from  Copyable
static Copyable
Copy(Throwable $e)

Copy another exception, converting its type

from  Copyable
static Copyable
Append(Throwable $e)

Copy another exception, converting its type

from  Copyable

Details

in Copyable at line 18
final __construct(string|null $details = null)

No description

Parameters

string|null $details

in Copyable at line 24
static Copyable Copy(Throwable $e)

Copy another exception, converting its type

Parameters

Throwable $e

Return Value

Copyable

in Copyable at line 30
static Copyable Append(Throwable $e)

Copy another exception, converting its type

Parameters

Throwable $e

Return Value

Copyable