From 0be6b3fd8582de807a8bba07ba876484c05aab3f Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Thu, 22 Jul 2010 22:33:37 +0200 Subject: [PATCH] Clarified Exception Message --- lib/Doctrine/ORM/Mapping/MappingException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Mapping/MappingException.php b/lib/Doctrine/ORM/Mapping/MappingException.php index 561f66bbd..4e7247ab3 100644 --- a/lib/Doctrine/ORM/Mapping/MappingException.php +++ b/lib/Doctrine/ORM/Mapping/MappingException.php @@ -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!'); } /**