Exception: Shaf::Authentication::NoChallengesError

Inherits:
Error
  • Object
show all
Defined in:
lib/shaf/helpers/authentication.rb

Instance Method Summary collapse

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