Exception: EmailSpy::ConnectionError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Check your network connection") ⇒ ConnectionError

Returns a new instance of ConnectionError.



12
13
14
# File 'lib/email-spy/errors.rb', line 12

def initialize(msg = "Check your network connection")
  super(msg)
end