mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 12:33:42 +00:00
6 lines
168 B
C++
6 lines
168 B
C++
#include "../Platform/stdafx.h"
|
|
#include "LevelConflictException.h"
|
|
|
|
LevelConflictException::LevelConflictException(const std::wstring& msg) : RuntimeException(msg)
|
|
{
|
|
} |