class CustomClientException extends BaseException

Class for errors caused by the client's request (custom)

Methods

__construct(string|null $details = null)

No description

static 
Create(int $code, string $message)

No description

Details

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

No description

Parameters

string|null $details

at line 57
static Create(int $code, string $message)

No description

Parameters

int $code
string $message