Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f81d28

Browse filesBrowse files
committed
The AuthenticationException should implements Security's ExceptionInterface
1 parent d78a98d commit 2f81d28
Copy full SHA for 2f81d28

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Security/Core/Exception/AuthenticationException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Exception/AuthenticationException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
* @author Alexander <iam.asm89@gmail.com>
2121
*/
22-
class AuthenticationException extends \RuntimeException implements \Serializable
22+
class AuthenticationException extends \RuntimeException implements \Serializable, ExceptionInterface
2323
{
2424
private $token;
2525

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.