<?phpnamespace OAuthCommonStorageException;use OAuthCommonExceptionException;/** * Generic storage exception. */class StorageException extends Exception{}