Exception: Authmagic::AccountNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ AccountNotFound

Returns a new instance of AccountNotFound.



6
7
8
# File 'lib/authmagic/exceptions.rb', line 6

def initialize(msg = nil)
  super(msg || 'account not found')
end