first commit
This commit is contained in:
13
Minecraft.World/LevelConflictException.h
Normal file
13
Minecraft.World/LevelConflictException.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
#include "Exceptions.h"
|
||||
|
||||
class LevelConflictException : public RuntimeException
|
||||
{
|
||||
private:
|
||||
static const __int32 serialVersionUID = 1L;
|
||||
|
||||
public:
|
||||
LevelConflictException(const wstring& msg);
|
||||
};
|
||||
Reference in New Issue
Block a user