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

#include <exceptn.h>

Inheritance diagram for Botan::Stream_IO_Error:
Botan::Exception

Public Member Functions

 Stream_IO_Error (const std::string &err)
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

Stream_IO_Error Exception

Definition at line 216 of file exceptn.h.

Constructor & Destructor Documentation

Botan::Stream_IO_Error::Stream_IO_Error ( const std::string &  err)
inlineexplicit

Definition at line 218 of file exceptn.h.

218  :
219  Exception("I/O error: " + err)
220  {}
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: