controller.print_and_exit

controller.print_and_exit(message, *args, **kwargs)[source]

Print a critical message and then exit with code 1

Parameters:
  • message (str)

  • args (Union[str, Path])

  • kwargs (Union[str, Path])

Return type:

NoReturn