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

Breadcrumb

  1. Drupal Core 11.1.x

NotFoundException.php

Same filename in this branch
  1. 11.1.x vendor/php-http/discovery/src/NotFoundException.php

Namespace

Http\Discovery\Exception

File

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

View source
<?php

namespace Http\Discovery\Exception;

use Http\Discovery\Exception;

/**
 * Thrown when a discovery does not find any matches.
 *
 * @final do NOT extend this class, not final for BC reasons
 *
 * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
 */

/* final */
class NotFoundException extends \RuntimeException implements Exception {

}

Classes

Title Deprecated Summary
NotFoundException

API Navigation

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