SPPAS 4.20

Module sppas.config

Class sppasInstallationError

Description

:ERROR 0510:.

Installation failed with error: {error}.

Constructor

View Source
def __init__(self, error_msg):
    super(sppasInstallationError, self).__init__(error_msg)
    self._status = 510
    self.parameter = error(self._status) + error(self._status, 'globals').format(error=error_msg)