Clarified Exception Message
This commit is contained in:
parent
c2ee1d2439
commit
0be6b3fd85
1 changed files with 1 additions and 1 deletions
|
@ -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!');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue