Sha256: d23255fee0aee7842ad4850b5cc901a318d77c342383f6c248d8707a1139e758

Contents?: true

Size: 154 Bytes

Versions: 6

Compression:

Stored size: 154 Bytes

Contents

class Upstart::Exporter::Error < RuntimeError
end

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



Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
upstart-exporter-2.1.5 lib/upstart-exporter/errors.rb
upstart-exporter-2.1.4 lib/upstart-exporter/errors.rb
upstart-exporter-2.1.3 lib/upstart-exporter/errors.rb
upstart-exporter-2.1.2 lib/upstart-exporter/errors.rb
upstart-exporter-2.1.1 lib/upstart-exporter/errors.rb
upstart-exporter-2.0.1 lib/upstart-exporter/errors.rb