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

Class InvalidParameterException

tools/marvin/marvin/cloudstackException.py:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32class InvalidParameterException(Exception):
33
34 def __init__(self, msg=''):
35 self.errorMsg = msg
36
37 def __str__(self):
38 return self.errorMsg
39
40
41class dbException(Exception):

Callers 3

configureProvidersMethod · 0.90
__sanitizeCmdMethod · 0.90
marvinRequestMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected