diff --git a/cpp/Platform.Exceptions/ThrowExtensions.h b/cpp/Platform.Exceptions/ExceptionFactory.h similarity index 100% rename from cpp/Platform.Exceptions/ThrowExtensions.h rename to cpp/Platform.Exceptions/ExceptionFactory.h diff --git a/cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.vcxproj b/cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.vcxproj index 1c08ac7..36296ce 100644 --- a/cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.vcxproj +++ b/cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.vcxproj @@ -152,7 +152,7 @@ - + diff --git a/cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.vcxproj.filters b/cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.vcxproj.filters index 0b3f6f6..25fa38f 100644 --- a/cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.vcxproj.filters +++ b/cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.vcxproj.filters @@ -33,7 +33,7 @@ Header Files - + Header Files diff --git a/cpp/Platform.Exceptions/Platform.Exceptions.h b/cpp/Platform.Exceptions/Platform.Exceptions.h index d5dffca..3024dbf 100644 --- a/cpp/Platform.Exceptions/Platform.Exceptions.h +++ b/cpp/Platform.Exceptions/Platform.Exceptions.h @@ -14,4 +14,4 @@ #include "IgnoredExceptions.h" #include "ExceptionExtensions.h" #include "Throw.h" -#include "ThrowExtensions.h" \ No newline at end of file +#include "ExceptionFactory.h" \ No newline at end of file