SPPAS 4.20

Module sppas.config

Class sppasPermissionError

Description

:ERROR 0513:.

Permission error: access to {place} is denied.

Constructor

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