%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /lib/python3/dist-packages/fs/opener/
Upload File :
Create Path :
Current File : //lib/python3/dist-packages/fs/opener/errors.py

# coding: utf-8
"""Errors raised when attempting to open a filesystem.
"""


class ParseError(ValueError):
    """Attempt to parse an invalid FS URL.
    """


class OpenerError(Exception):
    """Base exception for opener related errors.
    """


class UnsupportedProtocol(OpenerError):
    """No opener found for the given protocol.
    """


class EntryPointError(OpenerError):
    """An entry point could not be loaded.
    """


class NotWriteable(OpenerError):
    """A writable FS could not be created.
    """

Zerion Mini Shell 1.0