1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

Clarified Exception Message

This commit is contained in:
Benjamin Eberlei 2010-07-22 22:33:37 +02:00
parent c2ee1d2439
commit 0be6b3fd85

View file

@ -172,7 +172,7 @@ class MappingException extends \Doctrine\ORM\ORMException
public static function fileMappingDriversRequireConfiguredDirectoryPath()
{
return new self('File mapping drivers must have a directory path');
return new self('File mapping drivers must have a valid directory path, however the given path seems to be incorrect!');
}
/**