Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/djinni
/ ExampleException
Class
ExampleException
test-suite/handwritten-src/cpp/cpp_exception_impl.hpp:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
namespace testsuite {
5
6
class ExampleException: public std::exception {
7
virtual const char* what() const throw() {
8
return
"Exception Thrown"
;
9
}
10
};
11
12
extern ExampleException EXAMPLE_EXCEPTION;
13
Callers
1
throw_an_exception
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected