DDC-3078 - removing unused cache class name invalidity exception methods
This commit is contained in:
parent
9b2ee88683
commit
d7f87cdd36
@ -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 $fieldName
|
||||
|
Loading…
x
Reference in New Issue
Block a user