Exception: OFlow::Actors::Recorder::NotFoundError
- Inherits:
-
Exception
- Object
- Exception
- OFlow::Actors::Recorder::NotFoundError
- Defined in:
- lib/oflow/actors/recorder.rb
Overview
ExistsError
Instance Method Summary collapse
-
#initialize(key) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(key) ⇒ NotFoundError
Returns a new instance of NotFoundError.
177 178 179 |
# File 'lib/oflow/actors/recorder.rb', line 177 def initialize(key) super("#{key} not found") end |