MOON
Server: Apache
System: Linux server30c.hostingraja.org 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64
User: jibhires (1887)
PHP: 8.1.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, escapeshellcmd, pcntl_exec
Upload Files
File: //opt/alt/python35/lib64/python3.5/site-packages/psutil/__pycache__/_exceptions.cpython-35.pyc


Cs[��@srGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd	�d	e�Zd
S)c@s7eZdZdZddd�Zdd�ZeZdS)�ErrorzQBase exception class. All other psutil exceptions inherit
    from this one.
    �cCstj||�||_dS)N)�	Exception�__init__�msg)�selfr�r�/_exceptions.pyrszError.__init__cCs#d|jj|jf}|j�S)Nzpsutil.%s %s)�	__class__�__name__r�strip)rZretrrr�__repr__szError.__repr__N)r
�
__module__�__qualname__�__doc__rr�__str__rrrrrsrc@s(eZdZdZdddd�ZdS)�
NoSuchProcesszXException raised when a process with a certain PID doesn't
    or no longer exists.
    NcCsztj||�||_||_||_|dkrv|r\d|jt|j�f}n
d|j}d||_dS)Nz(pid=%s, name=%s)z(pid=%s)zprocess no longer exists )rr�pid�namer�repr)rrrr�detailsrrrrs			
zNoSuchProcess.__init__)r
r
rrrrrrrrsrc@s+eZdZdZddddd�ZdS)�
ZombieProcessa1Exception raised when querying a zombie process. This is
    raised on macOS, BSD and Solaris only, and not always: depending
    on the query the OS may be able to succeed anyway.
    On Linux all zombie processes are querable (hence this is never
    raised). Windows doesn't have zombie processes.
    NcCs�tj||�||_||_||_||_|dkr�d|g}|rm|jdt|j��|r�|jd|j�ddj|�}d||_dS)Nzpid=%szname=%szppid=%sz(%s)z, z'process still exists but it's a zombie )	rrr�ppidrr�appendr�join)rrrrr�argsrrrrr0s				
zZombieProcess.__init__)r
r
rrrrrrrr(src@s+eZdZdZddddd�ZdS)�AccessDeniedz@Exception raised when permission to perform an action is denied.NcCs�tj||�||_||_||_|dkr�|dk	rk|dk	rkd|t|�f|_n(|dk	r�d|j|_n	d|_dS)Nz(pid=%s, name=%s)z(pid=%s)r)rrrrrr)rrrrrrrrCs			zAccessDenied.__init__)r
r
rrrrrrrr@src@s(eZdZdZdddd�ZdS)�TimeoutExpiredzWRaised on Process.wait(timeout) if timeout expires and process
    is still alive.
    NcCs�tj|d|�||_||_||_|dk	ri|dk	ri|jd|t|�f7_n"|dk	r�|jd|j7_dS)Nztimeout after %s secondsz (pid=%s, name=%s)z	 (pid=%s))rr�secondsrrrr)rrrrrrrrVs			"zTimeoutExpired.__init__)r
r
rrrrrrrrQsrN)rrrrrrrrrr�<module>s