1#ifndef ROSE_BinaryAnalysis_Debugger_Exception_H 
    2#define ROSE_BinaryAnalysis_Debugger_Exception_H 
    3#include <featureTests.h> 
    4#ifdef ROSE_ENABLE_BINARY_ANALYSIS 
    5#include <Rose/Exception.h> 
    8namespace BinaryAnalysis {
 
Exceptions for debugging.
 
Exception(const std::string &mesg)
Construct new exception with message.
 
Base class for all ROSE exceptions.