nipoppy.exceptions.TerminatedByUserError

exception nipoppy.exceptions.TerminatedByUserError(message='', hint=None)

Exception raised when the process is terminated by the user (e.g., Ctrl-C).

Parameters:
  • message (str)

  • hint (str | None)

code