Template Function Gaia::panic

Function Documentation

template<typename ...T>
void Gaia::panic(FormatWithLocation fmt, T... args)

Shows a formatted message and halts the system.

Template Parameters:

T

Parameters:
  • fmt – The format string

  • args – The format arguments