Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
class
InvalidParameterException(Exception):
33
34
def
__init__(self, msg=
''
):
35
self.errorMsg = msg
36
37
def
__str__(self):
38
return
self.errorMsg
39
40
41
class
dbException(Exception):
Callers
3
configureProviders
Method · 0.90
__sanitizeCmd
Method · 0.90
marvinRequest
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected