Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

StrategyUnavailableException.php

Namespace

Http\Discovery\Exception

File

vendor/php-http/discovery/src/Exception/StrategyUnavailableException.php

View source
<?php

namespace Http\Discovery\Exception;

use Http\Discovery\Exception;

/**
 * This exception is thrown when we cannot use a discovery strategy. This is *not* thrown when
 * the discovery fails to find a class.
 *
 * @author Tobias Nyholm <tobias.nyholm@gmail.com>
 */
class StrategyUnavailableException extends \RuntimeException implements Exception {

}

Classes

Title Deprecated Summary
StrategyUnavailableException This exception is thrown when we cannot use a discovery strategy. This is *not* thrown when the discovery fails to find a class.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal