Struct Utils

Struct Documentation

struct Utils

Public Static Functions

static void print_exception_info_and_exit(const std::exception &e, const int exit_code)

Standardizes printing the type checker error and then exits the program

Parameters
  • e: Exception info
  • exit_code: Integer code with which to exit the program