<?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 {

}
