SPPAS 4.20

Module sppas.config

Class sppasIOError

Description

:ERROR 0600:.

No such file or directory: {name}

Constructor

View Source
def __init__(self, filename):
    self._status = 600
    self.parameter = error(self._status) + error(self._status, 'globals').format(name=filename)

Public functions

get_status
View Source
def get_status(self):
    return self._status

Overloads

__str__
View Source
def __str__(self):
    return repr(self.parameter)