class Gambit::SilentShutdownException

Special exception used during clean exit from diagnostics.

#include <exceptions.hpp>

Inherits from std::exception

Public Functions

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

Public Functions Documentation

function SilentShutdownException

SilentShutdownException()

SilentShutdownException member functions.

function SilentShutdownException

SilentShutdownException(
    const std::string & message
)

function what

virtual const char * what() const

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