Sha256: b92389ad694a466b2a57745e3622e7a256a43dac9c1738fceadc00575d757dd1
Contents?: true
Size: 216 Bytes
Versions: 5
Compression:
Stored size: 216 Bytes
Contents
module Flipper class Error < StandardError; end class GateNotFound < Error def initialize(thing) super "Could not find gate for #{thing.inspect}" end end class DuplicateGroup < Error; end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
flipper-0.3.0 | lib/flipper/errors.rb |
flipper-0.2.1 | lib/flipper/errors.rb |
flipper-0.2.0 | lib/flipper/errors.rb |
flipper-0.1.1 | lib/flipper/errors.rb |
flipper-0.1.0 | lib/flipper/errors.rb |