Sha256: f55afb8e0a32b1bddb45605eeb14a469214184c19dc487cc882b143eca955214

Contents?: true

Size: 155 Bytes

Versions: 7

Compression:

Stored size: 155 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

7 entries across 7 versions & 1 rubygems

Version Path
upstart-exporter-1.0.1 lib/upstart-exporter/errors.rb
upstart-exporter-1.0.0 lib/upstart-exporter/errors.rb
upstart-exporter-0.1.4 lib/upstart-exporter/errors.rb
upstart-exporter-0.1.3 lib/upstart-exporter/errors.rb
upstart-exporter-0.1.2 lib/upstart-exporter/errors.rb
upstart-exporter-0.1.1 lib/upstart-exporter/errors.rb
upstart-exporter-0.1.0 lib/upstart-exporter/errors.rb