We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1d2cf2 + a79d56b commit 5a05606Copy full SHA for 5a05606
DependencyInjection/SecurityExtension.php
@@ -682,7 +682,7 @@ private function getExpressionLanguage()
682
{
683
if (null === $this->expressionLanguage) {
684
if (!class_exists('Symfony\Component\ExpressionLanguage\ExpressionLanguage')) {
685
- throw new RuntimeException('Unable to use expressions as the Symfony ExpressionLanguage component is not installed.');
+ throw new \RuntimeException('Unable to use expressions as the Symfony ExpressionLanguage component is not installed.');
686
}
687
$this->expressionLanguage = new ExpressionLanguage();
688
0 commit comments