DDC-3078 - removing unused cache class name invalidity exception methods
This commit is contained in:
parent
9b2ee88683
commit
d7f87cdd36
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue