Exception: EmailSpy::EmailTypeNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Does not support this message type") ⇒ EmailTypeNotFound

Returns a new instance of EmailTypeNotFound.



18
19
20
# File 'lib/email-spy/errors.rb', line 18

def initialize(msg = "Does not support this message type")
  super(msg)
end