aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/LevelConflictException.cpp
blob: 8ca543a71729606924a44069e535cb3dae36d288 (plain)
1
2
3
4
5
6
#include "stdafx.h"
#include "LevelConflictException.h"

LevelConflictException::LevelConflictException(const wstring& msg) : RuntimeException(msg)
{
}