mirror of
https://github.com/QuasarApp/macdependency.git
synced 2025-05-10 10:19:33 +00:00
7 lines
108 B
C++
7 lines
108 B
C++
|
#include "machoexception.h"
|
||
|
MachOException::MachOException(const string& cause) :
|
||
|
cause(cause)
|
||
|
{
|
||
|
}
|
||
|
|