|
@@ -11,7 +11,7 @@ class ApcCache implements CacheInterface
|
|
|
public function __construct($prefix)
|
|
|
{
|
|
|
if (!extension_loaded('apc')) {
|
|
|
- throw new \RuntimeException('First you need to enable APC extension in your php.ini. In meanwhile you can just remove "cache" option from application configuration.');
|
|
|
+ throw new \RuntimeException('Unable to use ApcCache to cache validator mappings as APC is not enabled.');
|
|
|
}
|
|
|
|
|
|
$this->prefix = $prefix;
|