How Interceptors are Generated
TLDR; The object manager appends Interceptor
to the class name you asked for if there’s a plugin. Then a second PHP Autoloader will look for Interceptor
at the end of a classes name, and if it can’t find a definition via normal means, the autoloader generates the class.