OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CacheTooSmallException Class Reference

#include <ForeignStorageCache.h>

+ Inheritance diagram for CacheTooSmallException:
+ Collaboration diagram for CacheTooSmallException:

Public Member Functions

 CacheTooSmallException (const std::string &msg)
 

Detailed Description

Definition at line 33 of file ForeignStorageCache.h.

Constructor & Destructor Documentation

CacheTooSmallException::CacheTooSmallException ( const std::string &  msg)
inline

Definition at line 35 of file ForeignStorageCache.h.

35 : std::runtime_error(msg) {}

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