Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html1/china-sensors_old.de/core/modules/media/src/OEmbed/

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/html1/china-sensors_old.de/core/modules/media/src/OEmbed/ProviderException.php

<?php

namespace Drupal\media\OEmbed;

/**
 * Exception thrown if an oEmbed provider causes an error.
 *
 * @internal
 *   This is an internal part of the oEmbed system and should only be used by
 *   oEmbed-related code in Drupal core.
 */
class ProviderException extends \Exception {

  /**
   * Information about the oEmbed provider which caused the exception.
   *
   * @var \Drupal\media\OEmbed\Provider
   *
   * @see \Drupal\media\OEmbed\ProviderRepositoryInterface::get()
   */
  protected $provider;

  /**
   * ProviderException constructor.
   *
   * @param string $message
   *   The exception message. '@name' will be replaced with the provider name
   *   if available, or '<unknown>' if not.
   * @param \Drupal\media\OEmbed\Provider $provider
   *   (optional) The provider information.
   * @param \Exception $previous
   *   (optional) The previous exception, if any.
   */
  public function __construct($message, Provider $provider = NULL, \Exception $previous = NULL) {
    $this->provider = $provider;
    $message = str_replace('@name', $provider ? $provider->getName() : '<unknown>', $message);
    parent::__construct($message, 0, $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