class Grape::Exceptions::UnknownAuthStrategy
def initialize(strategy:)
def initialize(strategy:) super(message: compose_message(:unknown_auth_strategy, strategy:)) end
def initialize(strategy:) super(message: compose_message(:unknown_auth_strategy, strategy:)) end