#include "machoexception.h"
MachOException::MachOException(const std::string& cause) : cause(cause)
{
}