py_everything.error

Source code: py_everything/error.py

class py_everything.error.pycacheNotFoundError

Exception raised when __pycache__ is not found.

class py_everything.error.instalModulesFailedError

Exception raised when modules can’t be installed successfully and fails.

class py_everything.error.startAppFailedError

Exception raised when exe launch fails.

class py_everything.error.InvalidKeyListError

Exception raised when key list is invalid in sencrypt.

New in version 2.0.0.

class py_everything.error.InvalidSymbolKeyError

Exception raised when symbol key is invalid in sencrypt.

New in version 2.0.0.

class py_everything.error.InvalidOperationPerformedError

Exception raised when unsupported operation is performed on a path

New in version 2.1.0.

class py_everything.error.UnknownPathTypeError

Exception raised when path type can’t be determined

New in version 2.1.0.

class py_everything.error.UnknownDivisionTypeError

Exception raised when division type can’t be determined

New in version 2.1.0.