module
panpath.exceptions
Exception classes for panpath.
Classes
PanPathError— Base exception for panpath errors.</>MissingDependencyError— Raised when a required dependency is not installed.</>CloudPathError— Base exception for cloud path errors.</>NoStatError— Raised when stat information cannot be retrieved.</>
class
panpath.exceptions.PanPathError()
Bases
Exception
BaseException
Base exception for panpath errors.
class
panpath.exceptions.MissingDependencyError(backend, package, extra)
Bases
Raised when a required dependency is not installed.
class
panpath.exceptions.CloudPathError()
Bases
Base exception for cloud path errors.
class
panpath.exceptions.NoStatError()
Bases
Raised when stat information cannot be retrieved.