<?php

declare(strict_types=1);

namespace Drupal\Core\Render\Component\Exception;

/**
 * Raised when a component is rendering with invalid data.
 */
class InvalidComponentDataException extends \Exception {

}
