This commit is contained in:
@@ -37,10 +37,10 @@ public:
|
||||
return 0; \
|
||||
} catch (const ArbUt::Exception& e) { \
|
||||
ExceptionHandler::SetLastArbUtException(__FUNCTION__, e); \
|
||||
return PkmnLibException; \
|
||||
return PkmnLibException; \
|
||||
} catch (const std::exception& e) { \
|
||||
ExceptionHandler::SetLastException(__FUNCTION__, e); \
|
||||
return PkmnLibException; \
|
||||
return PkmnLibException; \
|
||||
}
|
||||
|
||||
#define SIMPLE_GET_FUNC(type, name, returnType) \
|
||||
|
||||
Reference in New Issue
Block a user