ObsoleteExtensionException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Extension/Exception/ObsoleteExtensionException.php
  2. 10 core/lib/Drupal/Core/Extension/Exception/ObsoleteExtensionException.php

Namespace

Drupal\Core\Extension\Exception

File

core/lib/Drupal/Core/Extension/Exception/ObsoleteExtensionException.php

View source
<?php

namespace Drupal\Core\Extension\Exception;


/**
 * Exception thrown when the extension is obsolete on install.
 */
class ObsoleteExtensionException extends \Exception {

}

Classes

Title Deprecated Summary
ObsoleteExtensionException Exception thrown when the extension is obsolete on install.

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