MCPcopy Create free account
hub / github.com/Haivision/srt / ForcedExit

Method ForcedExit

testing/srt-test-live.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88struct ForcedExit: public std::runtime_error
89{
90 ForcedExit(const std::string& arg):
91 std::runtime_error(arg)
92 {
93 }
94};
95
96struct AlarmExit: public std::runtime_error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected