UndefinedClass

February 10, 2025 ยท View on GitHub

Emitted when referencing a class that does not exist

<?php

$a = new A();

Is also emitted when using extension classes not added to the composer.json requirements or to the enableExtensions config key.