Botan  1.11.15
Public Member Functions
Botan::Stream_IO_Error Struct Reference

#include <exceptn.h>

List of all members.

Public Member Functions

 Stream_IO_Error (const std::string &err)

Detailed Description

Stream_IO_Error Exception

Definition at line 153 of file exceptn.h.


Constructor & Destructor Documentation

Botan::Stream_IO_Error::Stream_IO_Error ( const std::string &  err) [inline]

Definition at line 155 of file exceptn.h.

                                         :
      Exception("I/O error: " + err)
      {}

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