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