Undefined.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Core\Config\SchemaFile
core/lib/Drupal/Core/Config/Schema/Undefined.phpView source
<?php
namespace Drupal\Core\Config\Schema;
/**
* Undefined configuration element.
*/
class Undefined extends Element {
}