class MissingKeyException extends Exception

MissingKeyException class.

A MissingKeyException is thrown when persisting an object without a key that is required.

Methods

__construct(RequestException $previous, $message = 'Request body is missing a required key.')

{@inheritdoc}

string
getKey()

No description

ResponseInterface
getResponse()

No description

Details

at line 37
__construct(RequestException $previous, $message = 'Request body is missing a required key.')

{@inheritdoc}

Parameters

RequestException $previous
$message

at line 49
string getKey()

Return Value

string

at line 27
ResponseInterface getResponse()

Return Value

ResponseInterface