mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-08-08 22:56:54 +00:00
feat: init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "stdafx.h"
|
||||
#include "LevelConflictException.h"
|
||||
|
||||
LevelConflictException::LevelConflictException(const wstring& msg) : RuntimeException(msg)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user