Exception: ElasticEmail::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/elastic_email/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ Error

Returns a new instance of Error.



4
5
6
# File 'lib/elastic_email/error.rb', line 4

def initialize(message)
  super(message)
end