Botan  1.11.15
Public Member Functions
Botan::Memory_Exhaustion Struct Reference

#include <exceptn.h>

List of all members.

Public Member Functions

const char * what () const noexcept

Detailed Description

Memory Allocation Exception

Definition at line 173 of file exceptn.h.


Member Function Documentation

const char* Botan::Memory_Exhaustion::what ( ) const [inline]

Definition at line 175 of file exceptn.h.

      { return "Ran out of memory, allocation failed"; }

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