Exception: MailHandler::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mailhandler/errors.rb

Overview

base error

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ Error

Returns a new instance of Error.



6
7
8
# File 'lib/mailhandler/errors.rb', line 6

def initialize(message = nil)
  super(message)
end