Exception: Shaf::Authentication::NoChallengesError
- Defined in:
- lib/shaf/helpers/authentication.rb
Instance Method Summary collapse
-
#initialize(realm) ⇒ NoChallengesError
constructor
A new instance of NoChallengesError.
Constructor Details
#initialize(realm) ⇒ NoChallengesError
Returns a new instance of NoChallengesError.
10 11 12 |
# File 'lib/shaf/helpers/authentication.rb', line 10 def initialize(realm) super("No Authentication challenges for realm: #{realm.inspect}") end |