8000 The AuthenticationException should implements Security's ExceptionInt… · symfony/symfony@2f81d28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f81d28

Browse files
committed
The AuthenticationException should implements Security's ExceptionInterface
1 parent d78a98d commit 2f81d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines 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