mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-04-23 23:43:55 +00:00
6 lines
151 B
C++
6 lines
151 B
C++
#include "stdafx.h"
|
|
#include "LevelConflictException.h"
|
|
|
|
LevelConflictException::LevelConflictException(const wstring& msg) : RuntimeException(msg)
|
|
{
|
|
} |