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