Class: Adhearsion::CLI::PIDReadError

Inherits:
Thor::Error
  • Object
show all
Defined in:
lib/adhearsion/cli_commands.rb

Instance Method Summary (collapse)

Constructor Details

- (PIDReadError) initialize(path)

A new instance of PIDReadError



184
185
186
# File 'lib/adhearsion/cli_commands.rb', line 184

def initialize(path)
  super "Could not read pid from the file #{path}"
end