class UnknownKeyException extends Exception

UnknownKeyException class.

An UnknownKeyException is thrown when persisting an object with a key that is not recognized by the API.

Methods

__construct(RequestException $previous, $message = '')

UnknownKeyException constructor.

string[]
getKeys()

No description

ResponseInterface
getResponse()

No description

Details

at line 39
__construct(RequestException $previous, $message = '')

UnknownKeyException constructor.

Parameters

RequestException $previous
$message

at line 51
string[] getKeys()

Return Value

string[]

at line 27
ResponseInterface getResponse()

Return Value

ResponseInterface