Skip to content
Snippets Groups Projects
Commit 11c229e8 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #3696: Added GPUProcException

parent 01be1ea6
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,11 @@ namespace RTCP { ...@@ -49,6 +49,11 @@ namespace RTCP {
// //
EXCEPTION_CLASS(CNProcException, RTCPException); 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. // This exception will be thrown when an an Storage error occurs.
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment