class Puma::Hunter::PIDNotFound
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/puma/hunter/errors.rb, line 3 def initialize(path) super("PID not found when reading pidfile from path '#{path}'.") end