#include <exceptn.h>
|  | 
| const char * | what () const  throw () | 
|  | 
Memory Allocation Exception 
Definition at line 185 of file exceptn.h.
◆ what()
  
  | 
        
          | const char* Botan::Memory_Exhaustion::what | ( |  | ) | const |  
          | throw | ( |  |  
          |  | ) |  |  |  | inline | 
 
Definition at line 187 of file exceptn.h.
  188       { 
return "Ran out of memory, allocation failed"; }
  
 
The documentation for this struct was generated from the following file: