abstract class ClientNotFoundException extends ClientException

Base class for client requests referencing something that was not found (HTTP 404)

Properties

$code
$message

Methods

__construct(string|null $details = null)

No description

Details

in BaseException at line 8
__construct(string|null $details = null)

No description

Parameters

string|null $details