Problem/Motivation
If a bundle class does not exist, the exception message does not correctly explain the problem:
> Bundle class Drupal\fo\Entity\Bundle\Foo does not extend entity class Drupal\media\Entity\Media.
when in fact the problem is that the class doesn't exist at all.