class Gambit::Suspicious_point_exception
Gambit suspicious point exception class.
#include <exceptions.hpp>
Public Functions
Name | |
---|---|
Suspicious_point_exception() Constructor. | |
void | raise(const std::string & msg, int code, bool debug) Raise the suspicious point exception. Print it with a message and a code. The default code is 1. |
Public Functions Documentation
function Suspicious_point_exception
inline Suspicious_point_exception()
Constructor.
function raise
void raise(
const std::string & msg,
int code,
bool debug
)
Raise the suspicious point exception. Print it with a message and a code. The default code is 1.
Updated on 2024-07-18 at 13:53:30 +0000