class Shaf::Authentication::NoChallengesError

Public Class Methods

new(realm) click to toggle source
Calls superclass method
# File lib/shaf/helpers/authentication.rb, line 10
def initialize(realm)
  super("No Authentication challenges for realm: #{realm.inspect}")
end