diff options
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 7 |
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 |
