Struct PanicException

Inheritance Relationships

Base Type

  • public std::exception

Struct Documentation

struct PanicException : public std::exception

An exception denoting an internal bug.

Public Functions

inline PanicException(std::string msg)
inline virtual const char *what() const noexcept