<?php

namespace Drupal\Core\Extension\Exception;

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