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

Breadcrumb

  1. Drupal Core 11.1.x

InvalidComponentDataException.php

Namespace

Drupal\Core\Render\Component\Exception

File

core/lib/Drupal/Core/Render/Component/Exception/InvalidComponentDataException.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Core\Render\Component\Exception;


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

}

Classes

Title Deprecated Summary
InvalidComponentDataException Raised when a component is rendering with invalid data.

API Navigation

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