class Adhearsion::CLI::PIDReadError

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/adhearsion/cli_commands/thor_errors.rb, line 31
def initialize(path)
  super "Could not read pid from the file #{path}"
end