#6003 clarifying thrown exception
This commit is contained in:
parent
36e9904082
commit
c5c56a9dad
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class EntityRepository implements ObjectRepository, Selectable
|
|||
* @param string $by The property name used as condition
|
||||
* @param array $arguments The arguments to pass at method call
|
||||
*
|
||||
* @throws ORMException If the method called is invalid.
|
||||
* @throws ORMException If the method called is invalid or the requested field/association does not exist
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue