UndefinedClass

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.