mirror of
https://git.revela.dev/itsRevela/LCE-Revelations.git
synced 2026-05-22 03:36:14 +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)
|
|
{
|
|
} |