4jcraft/targets/minecraft/world/level/LevelConflictException.cpp
2026-04-01 13:27:58 -05:00

4 lines
139 B
C++

#include "LevelConflictException.h"
LevelConflictException::LevelConflictException(const std::wstring& msg)
: RuntimeException(msg) {}