1 2 3 4 5 6
#include "stdafx.h" #include "LevelConflictException.h" LevelConflictException::LevelConflictException(const wstring& msg) : RuntimeException(msg) { }