Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/dinarosun/vendor/psy/psysh/src/Exception/

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 : /var/www/html/dinarosun/vendor/psy/psysh/src/Exception/InvalidManualException.php

<?php

/*
 * This file is part of Psy Shell.
 *
 * (c) 2012-2026 Justin Hileman
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Psy\Exception;

/**
 * An exception for invalid manual files.
 */
class InvalidManualException extends RuntimeException
{
    private string $manualFile;

    /**
     * @param string          $message    Error message
     * @param string          $manualFile Path to the invalid manual file
     * @param int             $code       (default: 0)
     * @param \Throwable|null $previous   (default: null)
     */
    public function __construct(string $message, string $manualFile, int $code = 0, ?\Throwable $previous = null)
    {
        $this->manualFile = $manualFile;
        parent::__construct($message, $code, $previous);
    }

    /**
     * Get the path to the invalid manual file.
     */
    public function getManualFile(): string
    {
        return $this->manualFile;
    }
}

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