Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /proc/thread-self/root/usr/share/rainloop/app/libraries/RainLoop/Exceptions/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //proc/thread-self/root/usr/share/rainloop/app/libraries/RainLoop/Exceptions/ClientException.php

<?php

namespace RainLoop\Exceptions;

/**
 * @category RainLoop
 * @package Exceptions
 */
class ClientException extends Exception
{
	/**
	 * @var boolen
	 */
	private $bLogoutOnException;

	/**
	 * @var string
	 */
	private $sAdditionalMessage;

	/**
	 * @param int $iCode
	 * @param \Exception $oPrevious = null
	 * @param string $sAdditionalMessage = ''
	 * @param boolean $bLogoutOnException = false
	 */
	public function __construct($iCode, $oPrevious = null, $sAdditionalMessage = '', $bLogoutOnException = false)
	{
		parent::__construct(\RainLoop\Notifications::GetNotificationsMessage($iCode, $oPrevious),
			$iCode, $oPrevious);

		$this->sAdditionalMessage = $sAdditionalMessage;

		$this->setLogoutOnException($bLogoutOnException);
	}

	/**
	 * @return string
	 */
	public function getAdditionalMessage()
	{
		return $this->sAdditionalMessage;
	}

	/**
	 * @return boolen
	 */
	public function getLogoutOnException()
	{
		return $this->bLogoutOnException;
	}

	/**
	 * @param boolean $bLogoutOnException
	 * @param string $sAdditionalLogoutMessage = ''
	 *
	 * @return ClientException
	 */
	public function setLogoutOnException($bLogoutOnException, $sAdditionalLogoutMessage = '')
	{
		$this->bLogoutOnException = !!$bLogoutOnException;

		$this->sAdditionalMessage = $sAdditionalLogoutMessage;

		return $this;
	}
}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net