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

Breadcrumb

  1. Drupal Core 11.1.x

IconPackConfigErrorException.php

Namespace

Drupal\Core\Theme\Icon\Exception

File

core/lib/Drupal/Core/Theme/Icon/Exception/IconPackConfigErrorException.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Core\Theme\Icon\Exception;


/**
 * Raised when we have an icon pack error.
 *
 * @internal
 *   This API is experimental.
 */
class IconPackConfigErrorException extends \Exception {

}

Classes

Title Deprecated Summary
IconPackConfigErrorException Raised when we have an icon pack error.

API Navigation

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