]> git.sesse.net Git - casparcg/blobdiff - common/except.h
[video_channel] Reverted behavior which effectively caused an increased pipeline...
[casparcg] / common / except.h
index 6a52f3530a237b79bc5539e66c2220a125785392..f4319f6d3dd5108584d8f01218c3b5bfa6fef89a 100644 (file)
@@ -92,6 +92,7 @@ struct timed_out                              : virtual caspar_exception {};
 struct not_implemented                 : virtual caspar_exception {};
 
 struct user_error                              : virtual caspar_exception {};
+struct expected_user_error             : virtual user_error {};
 struct not_supported                   : virtual user_error {};
 
 std::string get_context();