Exception: OFlow::Actors::Persister::NotFoundError

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

Overview

ExistsError

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ NotFoundError

Returns a new instance of NotFoundError.



260
261
262
# File 'lib/oflow/actors/persister.rb', line 260

def initialize(key)
  super("#{key} not found")
end