pyre.primitives.exceptions

Module Contents

exception pyre.primitives.exceptions.ParsingError(value, **kwds)

Bases: pyre.framework.exceptions.FrameworkError

Exception 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.FrameworkError

Base exception for runtime errors generated by {path}

exception pyre.primitives.exceptions.SymbolicLinkLoopError(loop, **kwds)

Bases: pyre.primitives.exceptions.PathError

Exception raised when a loop is detected while resolving a symbolic link

description = while resolving '{0.path}': symbolic link loop at '{0.loop}'