Exception: EmailSpy::AuthenticationError

Inherits:
EmailSypError
  • Object
show all
Defined in:
lib/email-spy/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Email address or password are incorrect") ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



6
7
8
# File 'lib/email-spy/errors.rb', line 6

def initialize(msg = "Email address or password are incorrect")
  super(msg)
end