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