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, string $message = '')

UnknownKeyException constructor.

string[]
getKeys()

No description

ResponseInterface
getResponse()

No description

Details

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

UnknownKeyException constructor.

Parameters

RequestException $previous
string $message

at line 52
string[] getKeys()

Return Value

string[]

at line 27
ResponseInterface getResponse()

Return Value

ResponseInterface