From 63abf4c7f8e81a08432a33d0675f2181cc9d8792 Mon Sep 17 00:00:00 2001 From: Danilo Date: Thu, 27 Jun 2024 20:42:55 -0300 Subject: [PATCH] Mensagem em Exception --- inc/xna/exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/xna/exception.hpp b/inc/xna/exception.hpp index 66425a2..9fa7285 100644 --- a/inc/xna/exception.hpp +++ b/inc/xna/exception.hpp @@ -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