class UnknownKeyException extends ApiException

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 35
__construct(RequestException $previous, string $message = '')

UnknownKeyException constructor.

Parameters

RequestException $previous
string $message

at line 47
string[] getKeys()

Return Value

string[]