class OFlow::Actors::Recorder::NotFoundError
Public Class Methods
new(key)
click to toggle source
Calls superclass method
# File lib/oflow/actors/recorder.rb, line 177 def initialize(key) super("#{key} not found") end