MCPcopy Index your code
hub / github.com/looplab/fsm / Error

Method Error

errors.go:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115type InternalError struct{}
116
117func (e InternalError) Error() string {
118 return "internal error on state transition"
119}

Callers 1

TestInternalErrorFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestInternalErrorFunction · 0.76