4jcraft/targets/minecraft/world/level/LevelConflictException.cpp

4 lines
138 B
C++

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