#include "../Build/stdafx.h" #include "LevelConflictException.h" LevelConflictException::LevelConflictException(const std::wstring& msg) : RuntimeException(msg) { }