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

Details

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

UnknownKeyException constructor.

Parameters

RequestException $previous
string $message

at line 48
string[] getKeys()

Return Value

string[]