class DiscoveryException in Markdown 8.2
Exception thrown during discovery if the data is invalid.
Hierarchy
- class \Drupal\Component\Discovery\DiscoveryException extends \Drupal\Component\Discovery\RuntimeException
- class \Drupal\markdown\BcSupport\DiscoveryException
Expanded class hierarchy of DiscoveryException
Deprecated
in markdown:8.x-2.0 and is removed from markdown:3.0.0. Use \Drupal\Component\Discovery\DiscoveryException instead.
See also
https://www.drupal.org/project/markdown/issues/3103679
File
- src/
BcSupport/ DiscoveryException.php, line 20
Namespace
Drupal\markdown\BcSupportView source
class DiscoveryException extends CoreDiscoveryException {
}