class OFlow::Actors::Persister::KeyError
Public Class Methods
new(op)
click to toggle source
Calls superclass method
# File lib/oflow/actors/persister.rb, line 265 def initialize(op) super("No key found for #{op}") end