pyre.config.exceptions¶
Module Contents¶
-
exception
pyre.config.exceptions.ConfigurationError¶ Bases:
pyre.framework.exceptions.FrameworkErrorBase class for all configuration errors
-
exception
pyre.config.exceptions.CodecError(codec, uri='', **kwds)¶ Bases:
pyre.config.exceptions.ConfigurationErrorBase class for codec errors
-
description= generic codec error¶
-
-
exception
pyre.config.exceptions.UnknownEncodingError(encoding, **kwds)¶ Bases:
pyre.config.exceptions.CodecErrorA request for an unknown codec was made
-
description= {0.uri.uri!r}: unknown encoding {0.encoding!r}¶
-
-
exception
pyre.config.exceptions.DecodingError¶ Bases:
pyre.config.exceptions.CodecErrorException raised by codecs when they encounter errors in their input streams
-
exception
pyre.config.exceptions.EncodingError¶ Bases:
pyre.config.exceptions.CodecErrorException raised by codecs when they fail to inject an item in a stream
-
exception
pyre.config.exceptions.LoadingError¶ Bases:
pyre.config.exceptions.CodecErrorException raised by codecs when they encounter errors in their input streams
-
exception
pyre.config.exceptions.ShelfError(shelf, **kwds)¶
-
exception
pyre.config.exceptions.SymbolNotFoundError(symbol, **kwds)¶ Bases:
pyre.config.exceptions.ShelfError-
description= symbol {0.symbol!r} not found in {0.shelf!r}¶
-