from openapi_core.exceptions import OpenAPIError


class SecurityProviderError(OpenAPIError):
    pass
