Module: Upstart::Exporter::Errors

Included in:
Upstart::Exporter, ExpandedExporter, Options::CommandLine, Options::Global, Templates
Defined in:
lib/upstart-exporter/errors.rb

Instance Method Summary collapse

Instance Method Details

#error(msg) ⇒ Object



5
6
7
# File 'lib/upstart-exporter/errors.rb', line 5

def error(msg)
  raise Upstart::Exporter::Error, msg
end