MCPcopy Create free account
hub / github.com/FFMS/ffms2 / FFMS_Exception

Method FFMS_Exception

src/core/utils.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#include <sstream>
37
38FFMS_Exception::FFMS_Exception(int ErrorType, int SubType, const char *Message) : _Message(Message), _ErrorType(ErrorType), _SubType(SubType) {}
39FFMS_Exception::FFMS_Exception(int ErrorType, int SubType, const std::string &Message) : _Message(Message), _ErrorType(ErrorType), _SubType(SubType) {}
40
41int FFMS_Exception::CopyOut(FFMS_ErrorInfo *ErrorInfo) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected