import exceptions, sysclass ConfigError (exceptions.Exception): def __init__(self, arg=None): self.args = argraise ConfigError, "Invalid header."