Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/rocksensor3/web/core/lib/Drupal/Core/Recipe/

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/rocksensor3/web/core/lib/Drupal/Core/Recipe/RecipeMissingExtensionsException.php

<?php

declare(strict_types=1);

namespace Drupal\Core\Recipe;

use Drupal\Component\Assertion\Inspector;

/**
 * Exception thrown when recipes contain or depend on missing extensions.
 *
 * @internal
 *   This API is experimental.
 */
final class RecipeMissingExtensionsException extends \RuntimeException {

  /**
   * Constructs a RecipeMissingExtensionsException.
   *
   * @param array $extensions
   *   The list of missing extensions.
   * @param string $message
   *   [optional] The Exception message to throw.
   * @param int $code
   *   [optional] The Exception code.
   * @param null|\Throwable $previous
   *   [optional] The previous throwable used for the exception chaining.
   */
  public function __construct(public readonly array $extensions, string $message = "", int $code = 0, ?\Throwable $previous = NULL) {
    assert(Inspector::assertAllStrings($extensions), 'Extension names must be strings.');
    if (!$message) {
      $sorted = $this->extensions;
      sort($sorted);
      $message = sprintf("The following extensions are missing and are required for this recipe: %s", implode(", ", $sorted));
    }
    parent::__construct($message, $code, $previous);
  }

}

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