pyre.primitives.exceptions¶
Module Contents¶
-
exception
pyre.primitives.exceptions.ParsingError(value, **kwds)¶ Bases:
pyre.framework.exceptions.FrameworkErrorException raised on failed attempts to convert a string value to one of the primitive types
-
exception
pyre.primitives.exceptions.PathError(path, **kwds)¶ Bases:
pyre.framework.exceptions.FrameworkErrorBase exception for runtime errors generated by {path}
-
exception
pyre.primitives.exceptions.SymbolicLinkLoopError(loop, **kwds)¶ Bases:
pyre.primitives.exceptions.PathErrorException raised when a loop is detected while resolving a symbolic link
-
description= while resolving '{0.path}': symbolic link loop at '{0.loop}'¶
-