j d dl mZ d dl mZ d dl mZ d dlmZ dZdZdZdZ d Z d ZdZdZ G d de Z G d de Z G d de Z G d de Z G d de Z G d de Z G d de ZdS ) )print_function)division)absolute_import)FormattedExceptionenableddisabled not_installed installingremovingcache_updatingstartedstoppedc e Zd ZdZdS )BaseSelectorErrorz2Top level error class for admin's part of selectorN)__name__ __module____qualname____doc__ U/opt/cloudlinux/venv/lib64/python3.11/site-packages/clselect/baseclselect/__init__.pyr r s <<Dr r c " e Zd ZdZ fdZ xZS )AcquireInterpreterLockErrorz;Error raised when we are unable to lock interpreter versionc b t t | dd|id d S )NzdUnable to lock specified interpreter version %(version)s. Probably it's not installed at this momentversionmessagecontext)superr __init__)selfr __class__s r r z$AcquireInterpreterLockError.__init__ sK )40099+ 7 ; ; r r r r r r __classcell__r" s @r r r s> EE r r c $ e Zd ZdZd fd Z xZS )AcquireApplicationLockErrorz3Error raised when we are unable to lock applicationNc d}|r|d | z }t t | |d|id d S )Nz#Can't acquire lock for app: %(app)sz Reason is: {}appr )formatr r' r )r! app_rootreasonr r" s r r z$AcquireApplicationLockError.__init__+ sm 7 7'..v666G )40099x; ; r )Nr# r% s @r r' r' ) sC == r r' c " e Zd ZdZ fdZ xZS )MissingVirtualenvErrorz0Error raised when virtualenv directory is absentc b t t | dd|id d S )Nz_No such application or it's broken. Unable to find app venv folder by this path: '%(app_venv)s'app_venvr )r r. r )r! r0 r" s r r zMissingVirtualenvError.__init__9 sL $d++44N H 6 6 r r# r% s @r r. r. 7 s> :: r r. c " e Zd ZdZ fdZ xZS )MissingAppRootErrorz6Error raised when application root directory is absentc b t t | dd|id d S )Nz_No such application or it's broken. Unable to find app-root folder by this path: '%(app_root)s'r+ r )r r2 r )r! r+ r" s r r zMissingAppRootError.__init__F sL !4((11N H 3 3 r r# r% s @r r2 r2 D s> @@ r r2 c " e Zd ZdZ fdZ xZS )AbsentFileErrorz*Error raised when some file does not existc b t t | dd|id d S )NzFile %(file)s is absent.filer )r r5 r )r! filepathr" s r r zAbsentFileError.__init__S sD ot$$--2* , , r r# r% s @r r5 r5 Q s> 44 r r5 c e Zd Z fdZ xZS )UnsupportedSelectorErrorc b t t | dd|id d S )Nz5Unsupported interpreter was passed: "%(interpreter)s"interpreterr )r r: r )r! r<