MCPcopy Create free account
hub / github.com/StackStorm/st2 / InvalidUserKeyReferenceError

Class InvalidUserKeyReferenceError

st2common/st2common/models/system/keyvalue.py:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class InvalidUserKeyReferenceError(ValueError):
25 def __init__(self, ref):
26 message = "Invalid resource reference: %s" % (ref)
27 self.ref = ref
28 self.message = message
29 super(InvalidUserKeyReferenceError, self).__init__(message)
30
31
32class UserKeyReference(object):

Callers 2

get_userMethod · 0.85
get_nameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected