Module: Expectr::Child::Errstr

Defined in:
lib/expectr/errstr.rb

Constant Summary collapse

STRING_FILE_EXPECTED =
"Command should be of type String or File"
PROCESS_NOT_RUNNING =
"No process is running"
PROCESS_GONE =
"Child process no longer exists"