diff --git a/MagickCore/cache-view.h b/MagickCore/cache-view.h
index abb99b4..1f97503 100644
--- a/MagickCore/cache-view.h
+++ b/MagickCore/cache-view.h
@@ -67,9 +67,6 @@
 extern MagickExport const void
   *GetCacheViewVirtualMetacontent(const CacheView *);
 
-extern MagickExport ExceptionInfo
-  *GetCacheViewException(const CacheView *);
-
 extern MagickExport MagickBooleanType
   GetOneCacheViewVirtualPixel(const CacheView *,const ssize_t,const ssize_t,
     Quantum *,ExceptionInfo *),
@@ -77,7 +74,7 @@
     const ssize_t,const ssize_t,Quantum *,ExceptionInfo *),
   GetOneCacheViewAuthenticPixel(const CacheView *,const ssize_t,const ssize_t,
     Quantum *,ExceptionInfo *),
-  SetCacheViewStorageClass(CacheView *,const ClassType),
+  SetCacheViewStorageClass(CacheView *,const ClassType,ExceptionInfo *),
   SetCacheViewVirtualPixelMethod(CacheView *,const VirtualPixelMethod),
   SyncCacheViewAuthenticPixels(CacheView *,ExceptionInfo *);