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

Method ReadEOF

testing/testmediabase.hpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 {
66 public:
67 ReadEOF(const std::string& fn): std::runtime_error( "EOF while reading file: " + fn )
68 {
69 }
70 };
71};
72

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected