Exception: CommandLineEmail::SendEmailSetup::ConfigFileNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/command_line_email/send_email_setup.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ConfigFileNotFound

Returns a new instance of ConfigFileNotFound.



8
9
10
11
# File 'lib/command_line_email/send_email_setup.rb', line 8

def initialize(msg)
  msg ||= "You must provide a mail configuration file. Default location: '~/.command_line_email.yml'"
  super(msg)
end