Exception: Flipper::GateNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/flipper/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(thing) ⇒ GateNotFound

Returns a new instance of GateNotFound.



5
6
7
# File 'lib/flipper/errors.rb', line 5

def initialize(thing)
  super "Could not find gate for #{thing.inspect}"
end