class AmbiguousEntityClassException extends Exception (View source)

Exception thrown if multiple entity types exist for an entity class.

Methods

__construct(string $class)

Constructs an AmbiguousEntityClassException.

Details

__construct(string $class)

Constructs an AmbiguousEntityClassException.

Parameters

string $class

The entity parent class.