class BundleClassInheritanceException extends Exception (View source)

Exception thrown if a bundle class does not extend the main entity class.

Methods

__construct(string $bundle_class, string $entity_class)

Constructs a BundleClassInheritanceException.

Details

__construct(string $bundle_class, string $entity_class)

Constructs a BundleClassInheritanceException.

Parameters

string $bundle_class

The bundle class which should extend the entity class.

string $entity_class

The entity class which should be extended.