Exception: Puma::Hunter::PIDNotFound

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/puma/hunter/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ PIDNotFound

Returns a new instance of PIDNotFound.



3
4
5
# File 'lib/puma/hunter/errors.rb', line 3

def initialize(path)
  super("PID not found when reading pidfile from path '#{path}'.")
end