Exception: Authmagic::BadPassword

Inherits:
AuthenticationError show all
Defined in:
lib/authmagic/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ BadPassword

Returns a new instance of BadPassword.



12
13
14
# File 'lib/authmagic/exceptions.rb', line 12

def initialize(msg = nil)
  super(msg || 'bad password')
end