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> 
Base class for all ROSE exceptions.
 
Base class for SARIF exceptions.
 
Exception(const std::string &mesg)
Construct an exception with a message.