class NoCorrespondingEntityClassException extends Exception (View source)

Exception thrown if an entity type is not represented by a class.

This might occur by calling a static method on an abstract class.

Methods

__construct(string $class)

Constructs an NoCorrespondingEntityClassException.

Details

__construct(string $class)

Constructs an NoCorrespondingEntityClassException.

Parameters

string $class

The class which does not correspond to an entity type.