Method: Authmagic::AccountNotFound#initialize

Defined in:
lib/authmagic/exceptions.rb

#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