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

#include <file_path_util.h>

+ Inheritance diagram for shared::FileNotFoundException:
+ Collaboration diagram for shared::FileNotFoundException:

Public Member Functions

 FileNotFoundException (const std::string &error_message)
 

Detailed Description

Definition at line 72 of file file_path_util.h.

Constructor & Destructor Documentation

shared::FileNotFoundException::FileNotFoundException ( const std::string &  error_message)
inline

Definition at line 74 of file file_path_util.h.

75  : std::runtime_error(error_message) {}

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