<?php

declare(strict_types=1);

namespace Drupal\Core\Render\Component\Exception;

/**
 * Raised when a component cannot be found.
 */
class ComponentNotFoundException extends \Exception {

}
