bi
An arbitrary precision integer library for C++.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
bi::exception Class Reference

Base exception class for the bi library. More...

#include "bi_exceptions.hpp"

Inheritance diagram for bi::exception:
bi::division_by_zero bi::from_float bi::overflow_error

Public Member Functions

 exception (const std::string &message)
 

Detailed Description

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.