summaryrefslogtreecommitdiff
path: root/src/exceptions.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-13 23:04:11 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-13 23:04:11 +0000
commitf1ba458a19a9b998ecdb1db726106876953abcc0 (patch)
tree1e414103fec758275f92dff3b7973cc02dbf39a3 /src/exceptions.h
parentd15ef17dccf87b633d1971c38032a2049abe3db0 (diff)
Various development / fixes.rework
Diffstat (limited to 'src/exceptions.h')
-rw-r--r--src/exceptions.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index 8602517..0531279 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -107,6 +107,13 @@ public:
{}
};
+class MismatchedFrameRateException : public MessageError
+{
+public:
+ MismatchedFrameRateException ()
+ : MessageError ("cannot perform this operation with different frame rates")
+ {}
+};
}
#endif