mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-08-08 14:11:49 +00:00
6 lines
156 B
C++
6 lines
156 B
C++
#include "stdafx.h"
|
|
#include "LevelConflictException.h"
|
|
|
|
LevelConflictException::LevelConflictException(const wstring& msg) : RuntimeException(msg)
|
|
{
|
|
} |