Refactored methods to use AcquireExceptioInfo instead of GetExceptionInfo.
diff --git a/MagickCore/methods.h b/MagickCore/methods.h
index 074b987..fc5ffc3 100644
--- a/MagickCore/methods.h
+++ b/MagickCore/methods.h
@@ -411,7 +411,6 @@
#define GetDrawInfo PrependMagickMethod(GetDrawInfo)
#define GetElapsedTime PrependMagickMethod(GetElapsedTime)
#define GetEnvironmentValue PrependMagickMethod(GetEnvironmentValue)
-#define GetExceptionInfo PrependMagickMethod(GetExceptionInfo)
#define GetExceptionMessage PrependMagickMethod(GetExceptionMessage)
#define GetExecutionPath PrependMagickMethod(GetExecutionPath)
#define GetFirstImageInList PrependMagickMethod(GetFirstImageInList)
@@ -635,6 +634,7 @@
#define ImportQuantumPixels PrependMagickMethod(ImportQuantumPixels)
#define increase PrependMagickMethod(increase)
#define InheritException PrependMagickMethod(InheritException)
+#define InitializeExceptionInfo PrependMagickMethod(InitializeExceptionInfo)
#define InitializeMagick PrependMagickMethod(InitializeMagick)
#define InitializeSignature PrependMagickMethod(InitializeSignature)
#define InjectImageBlob PrependMagickMethod(InjectImageBlob)