class Pwl::Locker::KeyNotFoundError

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/pwl/locker.rb, line 28
def initialize(key)
  super("No entry was found for #{key}")
end