We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7409dc7 commit c4aaadfCopy full SHA for c4aaadf
src/viam/sdk/common/instance.hpp
@@ -22,8 +22,8 @@ class Instance {
22
~Instance();
23
24
/// @brief Get the current Instance according to the Creation behavior.
25
- /// Calling current(Creation::open_existing) when an instance has not yet been constructed is an
26
- /// error.
+ /// @throws an @ref Exception if current(Creation::open_existing) is called when an instance has
+ /// not yet been constructed.
27
static Instance& current(Creation);
28
29
private:
0 commit comments