MCPcopy 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

4namespace testsuite {
5
6class ExampleException: public std::exception {
7 virtual const char* what() const throw() {
8 return "Exception Thrown";
9 }
10};
11
12extern ExampleException EXAMPLE_EXCEPTION;
13

Callers 1

throw_an_exceptionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected