Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, msg=''):
msg = 'LockFileError: %s' % msg
BaseCupException.__init__(self, msg)
def __init__(self, msg=''):
msg = 'The functionality is not implemented yet, {0}'.format(msg)
BaseCupException.__init__(self, msg)
def __init__(self, expect, got):
msg = 'expect failure, expect {0}, got {1}'.format(expect, got)
BaseCupException.__init__(self, msg)
def __init__(self, msg=''):
BaseCupException.__init__(self, msg)
def __init__(self, msg=''):
msg = 'Cup const error: %s.' % msg
cup.err.BaseCupException.__init__(self, msg)
def __init__(self, msg):
BaseCupException.__init__(self, msg)
def __init__(self, msg=''):
msg = 'Configuration Error: {0}'.format(msg)
BaseCupException.__init__(self, msg)
def __init__(self, msg=''):
BaseCupException.__init__(self, msg)
def __init__(self, msg=''):
BaseCupException.__init__(self, msg)