Exception: Puma::Hunter::PIDNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Puma::Hunter::PIDNotFound
- Defined in:
- lib/puma/hunter/errors.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ PIDNotFound
constructor
A new instance of PIDNotFound.
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 |