macdependency/MachO/machodemangleexception.h
2009-09-29 15:01:48 +00:00

18 lines
275 B
C++

#ifndef MACHODEMANGLEEXCEPTION_H
#define MACHODEMANGLEEXCEPTION_H
#include "macho_global.h"
#include "machoexception.h"
class EXPORT MachODemangleException : public MachOException
{
public:
MachODemangleException(const string&);
};
#endif // MACHODEMANGLEEXCEPTION_H