ROSE 0.11.145.147
Rose/Sarif/Exception.h
1#ifndef ROSE_Sarif_Exception_H
2#define ROSE_Sarif_Exception_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_SARIF
5#include <Rose/Exception.h>
6
7namespace Rose {
8namespace Sarif {
9
12public:
14 Exception(const std::string &mesg)
15 : Rose::Exception(mesg) {}
16
17 ~Exception() throw() {}
18};
19
20} // namespace
21} // namespace
22
23#endif
24#endif
Base class for all ROSE exceptions.
Base class for SARIF exceptions.
Exception(const std::string &mesg)
Construct an exception with a message.
The ROSE library.