mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-14 22:07:44 +00:00
4 lines
139 B
C++
4 lines
139 B
C++
#include "LevelConflictException.h"
|
|
|
|
LevelConflictException::LevelConflictException(const std::wstring& msg)
|
|
: RuntimeException(msg) {} |