MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / Exception

Method Exception

core/src/core/error.h:44–46  ·  view source on GitHub ↗

Creates an exception class with a given status code.

Source from the content-addressed store, hash-verified

42public:
43 // Creates an exception class with a given status code.
44 Exception(Status status)
45 : mStatus(status)
46 {}
47
48 Status status() const
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected