Module: Upstart::Exporter::Errors

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

Instance Method Summary (collapse)

Instance Method Details

- (Object) error(msg)



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

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