<?phpnamespace OAuthCommonStorageException;/** * Exception thrown when a token is not found in storage. */class TokenNotFoundException extends StorageException{}