mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 05:33:37 +00:00
4 lines
138 B
C++
4 lines
138 B
C++
#include "LevelConflictException.h"
|
|
|
|
LevelConflictException::LevelConflictException(const std::string& msg)
|
|
: RuntimeException(msg) {} |