class Gambit::SoftShutdownException

Special exception used during controlled early shutdown.

#include <exceptions.hpp>

Inherits from std::exception

Public Functions

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

Public Functions Documentation

function SoftShutdownException

SoftShutdownException(
    const std::string & message
)

SoftShutdownException member functions.

function what

virtual const char * what() const

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