HEX
Server: Apache
System: Linux insrv.serversdaddy.com 5.14.0-362.24.2.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Mar 30 14:11:54 EDT 2024 x86_64
User: jsaha (1066)
PHP: 8.3.6
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/clwizard/__pycache__/exceptions.cpython-37.opt-1.pyc
B

7��k�@s\ddlmZddlmZGdd�de�ZGdd�de�ZGdd�de�ZGd	d
�d
e�ZdS)�)�absolute_import)�FormattedExceptionc@seZdZdZdS)�InstallationFailedExceptionz�
    Exception that should be raised to signal
    that some bad error happened during installation
    and user should review log files
    N)�__name__�
__module__�__qualname__�__doc__�r	r	�py/clwizard/exceptions.pyr
srcs eZdZdZ�fdd�Z�ZS)�PackageMissingErrorzg
    Exception that should be raised when we are missing
    some required package for wizard work
    cs"tt|��tdt|d�d��dS)NziThis module requires '%(package)s' package, but it is missing in system. Please install it and try again.)�package)�message�context)�superr�__init__�dict)�selfr)�	__class__r	r
rszPackageMissingError.__init__)rrrrr�
__classcell__r	r	)rr
rsrcs eZdZdZ�fdd�Z�ZS)�CancelModuleExceptionz�
    Error that is raised when it is not permitted to cancel module
    installation, e.g. module is installing at the moment.
    cs$tt|��tdt||d�d��dS)NzGModule "%(module)s" can't be cancelled as it is in status "%(status)s".)�module�status)r
r)rrrr)rrr)rr	r
r(szCancelModuleException.__init__)rrrrrrr	r	)rr
r#src@seZdZdZdS)�UserInterventionNeededErrorzf
    Exception that is raised when it is impossible to install module
    (package) automatically
    N)rrrrr	r	r	r
r0srN)	Z
__future__rZclcommonr�	Exceptionrrrrr	r	r	r
�<module>	s