mirror of
https://github.com/borgesdan/xn65
synced 2024-12-29 21:54:47 +01:00
Mensagem em Exception
This commit is contained in:
parent
1605b94ae0
commit
63abf4c7f8
@ -17,7 +17,7 @@ namespace xna {
|
||||
inline static const std::string MakeWindowAssociation = "Failed to create association with window";
|
||||
inline static const std::string BuildObject = "Unable to build object";
|
||||
inline static const std::string NotImplemented = "Not Implemented";
|
||||
inline static const std::string ArgumentIsNull = "The argument or any of its internal values are null";
|
||||
inline static const std::string ArgumentIsNull = "The argument is null or one of its values.";
|
||||
};
|
||||
|
||||
//Structure for throwing exceptions with a message and information from the source file
|
||||
|
Loading…
x
Reference in New Issue
Block a user