Skip to content

Commit 8c7ac5e

Browse files
committed
Merge remote-tracking branch 'origin/2.7' into 2.8
Conflicts: src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php
2 parents 8203604 + 6492691 commit 8c7ac5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/AccessDeniedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class AccessDeniedException extends \RuntimeException
2020
{
21-
public function __construct($message = 'Access Denied', \Exception $previous = null)
21+
public function __construct($message = 'Access Denied.', \Exception $previous = null)
2222
{
2323
parent::__construct($message, 403, $previous);
2424
}

0 commit comments

Comments
 (0)