ALL-ERRO0002 · examples
These examples come directly from ALL-ERRO0002. Read their source.
try: profile = read(path)except OSError as error: raise ConfigurationError("the profile is unreadable")try: profile = read(path)except OSError as error: raise ConfigurationError("the profile is unreadable") from error