diff --git a/RTCP/Interface/include/Interface/Exceptions.h b/RTCP/Interface/include/Interface/Exceptions.h
index 2fb85293c67f5c17eee1ab4f92bf7a8d10b49600..051e850f67a763a859dde7efb61e1dc2ade20552 100644
--- a/RTCP/Interface/include/Interface/Exceptions.h
+++ b/RTCP/Interface/include/Interface/Exceptions.h
@@ -49,6 +49,11 @@ namespace RTCP {
   //
   EXCEPTION_CLASS(CNProcException, RTCPException);
 
+  //
+  // This exception will be thrown when an an GPUProc error occurs.
+  //
+  EXCEPTION_CLASS(GPUProcException, RTCPException);
+
   //
   // This exception will be thrown when an an Storage error occurs.
   //