Exception: Flipper::GateNotFound
- Defined in:
- lib/flipper/errors.rb
Overview
Raised when gate can not be found for an actor.
Instance Method Summary collapse
-
#initialize(actor) ⇒ GateNotFound
constructor
A new instance of GateNotFound.
Constructor Details
#initialize(actor) ⇒ GateNotFound
Returns a new instance of GateNotFound.
7 8 9 |
# File 'lib/flipper/errors.rb', line 7 def initialize(actor) super "Could not find gate for #{actor.inspect}" end |