Exception: Flipper::GateNotFound
- Defined in:
- lib/flipper/errors.rb
Overview
Raised when gate can not be found for a thing.
Instance Method Summary collapse
-
#initialize(thing) ⇒ GateNotFound
constructor
A new instance of GateNotFound.
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 |