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