mirror of
https://github.com/QuasarApp/macdependency.git
synced 2025-04-28 13:24:32 +00:00
6 lines
132 B
C++
6 lines
132 B
C++
#include "machodemangleexception.h"
|
|
|
|
MachODemangleException::MachODemangleException(const string& cause) :
|
|
MachOException(cause)
|
|
{
|
|
} |