class OFlow::Actors::Persister::NotFoundError

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/oflow/actors/persister.rb, line 283
def initialize(key)
  super("#{key} not found")
end