1
0
mirror of synced 2025-01-19 15:01:40 +03:00

DDC-3078 - removing unused cache class name invalidity exception methods

This commit is contained in:
Marco Pivetta 2014-04-10 03:16:37 +02:00 committed by fabios
parent 9b2ee88683
commit d7f87cdd36

View File

@ -275,16 +275,6 @@ class ORMException extends Exception
)); ));
} }
/**
* @param string $className
*
* @return ORMException
*/
public static function invalidSecondLevelCache($className)
{
return new self(sprintf('Invalid cache class "%s". It must be a Doctrine\ORM\Cache.', $className));
}
/** /**
* @param string $className * @param string $className
* @param string $fieldName * @param string $fieldName