DiscoveryException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Component/Discovery/DiscoveryException.php
  2. 10 core/lib/Drupal/Component/Discovery/DiscoveryException.php
  3. 11.x core/lib/Drupal/Component/Discovery/DiscoveryException.php

Namespace

Drupal\Component\Discovery

File

core/lib/Drupal/Component/Discovery/DiscoveryException.php

View source
<?php

namespace Drupal\Component\Discovery;


/**
 * Exception thrown during discovery if the data is invalid.
 */
class DiscoveryException extends \RuntimeException {

}

Classes

Title Deprecated Summary
DiscoveryException Exception thrown during discovery if the data is invalid.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.