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

#include <exceptn.h>

Inheritance diagram for Botan::PRNG_Unseeded:
Botan::Invalid_State Botan::Exception

Public Member Functions

 PRNG_Unseeded (const std::string &algo)
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

PRNG_Unseeded Exception

Definition at line 120 of file exceptn.h.

Constructor & Destructor Documentation

Botan::PRNG_Unseeded::PRNG_Unseeded ( const std::string &  algo)
inlineexplicit

Definition at line 122 of file exceptn.h.

122  :
123  Invalid_State("PRNG not seeded: " + algo)
124  {}
Invalid_State(const std::string &err)
Definition: exceptn.h:63

Member Function Documentation

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

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