class Grape::Exceptions::UnknownAuthStrategy
Public Class Methods
Source
# File lib/grape/exceptions/unknown_auth_strategy.rb, line 6 def initialize(strategy:) super(message: compose_message(:unknown_auth_strategy, strategy: strategy)) end
Calls superclass method
Grape::Exceptions::Base::new