MCPcopy Create free account
hub / github.com/apache/cloudstack / internalError

Class internalError

tools/marvin/marvin/cloudstackException.py:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50class internalError(Exception):
51
52 def __init__(self, msg=''):
53 self.errorMsg = msg
54
55 def __str__(self):
56 return self.errorMsg
57
58
59def GetDetailExceptionInfo(e):

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected