Exception: OFlow::Actors::Recorder::NotFoundError

Inherits:
Exception
  • Object
show all
Defined in:
lib/oflow/actors/recorder.rb

Overview

ExistsError

Instance Method Summary collapse

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