Exception: Flipper::GateNotFound

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

Overview

Raised when gate can not be found for a thing.

Instance Method Summary collapse

Constructor Details

#initialize(thing) ⇒ GateNotFound

Returns a new instance of GateNotFound.



7
8
9
# File 'lib/flipper/errors.rb', line 7

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