Change record status: 
Introduced in branch: 
Introduced in version: 
Description: 

Classes and interfaces without a backslash \ inside their fully-qualified name (for example, the built-in PHP Exception class) must be fully qualified.
This was always the case when used in a namespace, we've now extended this requirement to everywhere.