MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / Exception

Interface Exception

cli/pkg/common/try.go:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type Exception interface{}
49
50func Throw(up Exception) {
51 panic(up)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected