bi
An arbitrary precision integer library for C++.
|
Base exception class for the bi
library.
More...
#include "bi_exceptions.hpp"
Public Member Functions | |
exception (const std::string &message) | |
Base exception class for the bi
library.
This class serves as the root for all exception types specific to the bi
library, providing a common base from which all other custom exceptions derive. It extends std::runtime_error
.