class Gambit::HardShutdownException

Special exception used during emergency early shutdown.

#include <exceptions.hpp>

Inherits from std::exception

Public Functions

Name
HardShutdownException(const std::string & message)
HardShutdownException member functions.
virtual const char *what() const

Public Functions Documentation

function HardShutdownException

HardShutdownException(
    const std::string & message
)

HardShutdownException member functions.

function what

virtual const char * what() const

Updated on 2023-06-26 at 21:36:50 +0000