ProcessError

exception hep_rfm.ProcessError(msg, stderr)[source]

Define an error to be raised when a subprocess call fails. The message and “stderr” from the subprocess call must be provided.

Parameters:
  • msg (str) – message to display.
  • stderr (str) – error output from a subprocess call.