Thrown in case of errors related to video sources. More...
#include <except.h>
Public Member Functions | |
| VideoSourceError (const std::string &detail) | |
| virtual | ~VideoSourceError () noexcept |
| ~VideoTargetError More... | |
Public Member Functions inherited from gg::BasicException | |
| BasicException (const std::string &detail) | |
Constructor with detail. More... | |
| virtual | ~BasicException () noexcept |
| Destructor. More... | |
| virtual const char * | what () const noexcept override |
| Get exception detail. More... | |
Additional Inherited Members | |
Protected Attributes inherited from gg::BasicException | |
| std::string | _detail |
| Exception details. More... | |
Thrown in case of errors related to video sources.
RuntimeError | gg::VideoSourceError::VideoSourceError | ( | const std::string & | detail | ) |
| detail |
|
virtualnoexcept |
~VideoTargetError