Sha256: 4930aa35303fe0cbaf372e90425441cec47030e0bb04a72bfbb462a0d3e3f7c8
Contents?: true
Size: 184 Bytes
Versions: 1
Compression:
Stored size: 184 Bytes
Contents
module Prosperity class Exception < ::Exception end class MissingScope < Exception def initialize super "You must specify a scope for all metrics." end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prosperity-0.0.1 | lib/prosperity/exception.rb |