:ERROR 0513:.
Permission error: access to {place} is denied.
:ERROR 0513:.
Permission error: access to {place} is denied.
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)