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

#include <ForeignStorageException.h>

+ Inheritance diagram for foreign_storage::ForeignStorageException:
+ Collaboration diagram for foreign_storage::ForeignStorageException:

Public Member Functions

 ForeignStorageException (const std::string &error_message)
 

Detailed Description

Definition at line 24 of file ForeignStorageException.h.

Constructor & Destructor Documentation

foreign_storage::ForeignStorageException::ForeignStorageException ( const std::string &  error_message)
inline

Definition at line 26 of file ForeignStorageException.h.

27  : std::runtime_error(error_message) {}

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