IconDefinitionInvalidDataException.php

Namespace

Drupal\Core\Theme\Icon\Exception

File

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

View source
<?php

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


/**
 * Raised when icon data is invalid.
 *
 * @internal
 *   This API is experimental.
 */
class IconDefinitionInvalidDataException extends \Exception {

}

Classes

Title Deprecated Summary
IconDefinitionInvalidDataException Raised when icon data is invalid.

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