OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
GeneralOpalException.h
Go to the documentation of this file.
1#ifndef GENERALOPALEXCEPTION_H
2#define GENERALOPALEXCEPTION_H
3
5
13public:
14 GeneralOpalException(const std::string& meth, const std::string& msg);
15
17 ~GeneralOpalException() override;
18
19private:
20 // Not implemented.
22};
23
24#endif