mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-03 12:13:00 +00:00
5 lines
184 B
C++
5 lines
184 B
C++
#include "../../../../Header Files/stdafx.h"
|
|
#include "LevelConflictException.h"
|
|
|
|
LevelConflictException::LevelConflictException(const std::wstring& msg)
|
|
: RuntimeException(msg) {} |