Skip to content
module

panpath.exceptions

Exception classes for panpath.

Classes
class

panpath.exceptions.PanPathError()

Bases
Exception BaseException

Base exception for panpath errors.

class

panpath.exceptions.MissingDependencyError(backend, package, extra)

Bases
panpath.exceptions.PanPathError ImportError Exception BaseException

Raised when a required dependency is not installed.

class

panpath.exceptions.CloudPathError()

Bases
panpath.exceptions.PanPathError Exception BaseException

Base exception for cloud path errors.

class

panpath.exceptions.NoStatError()

Raised when stat information cannot be retrieved.