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 2025-02-12 at 16:10:31 +0000