This commit is contained in:
11
src/Core/Exceptions/NotReachableException.hpp
Normal file
11
src/Core/Exceptions/NotReachableException.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef CREATURELIB_NOTREACHABLEEXCEPTION_HPP
|
||||
#define CREATURELIB_NOTREACHABLEEXCEPTION_HPP
|
||||
|
||||
#include "CreatureException.hpp"
|
||||
|
||||
class NotReachableException : CreatureException{
|
||||
public:
|
||||
NotReachableException() : CreatureException("Not Reachable"){};
|
||||
};
|
||||
|
||||
#endif //CREATURELIB_NOTREACHABLEEXCEPTION_HPP
|
||||
Reference in New Issue
Block a user