Botan  2.1.0
Crypto and TLS for C++11
Public Member Functions | List of all members
Botan::BigInt::DivideByZero Struct Reference

#include <bigint.h>

Inheritance diagram for Botan::BigInt::DivideByZero:
Botan::Exception

Public Member Functions

 DivideByZero ()
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

DivideByZero Exception

Definition at line 39 of file bigint.h.

Constructor & Destructor Documentation

Botan::BigInt::DivideByZero::DivideByZero ( )
inline

Definition at line 40 of file bigint.h.

References DivideByZero().

Referenced by DivideByZero().

40 { DivideByZero() : Exception("BigInt divide by zero") {} };
Exception(const std::string &msg)
Definition: exceptn.h:24

Member Function Documentation

const char* Botan::Exception::what ( ) const
inlineoverrideinherited

The documentation for this struct was generated from the following file: