Commit e3e763d
committed
minor #11217 Remove CustomUserMessageAuthenticationException (rossdeane)
This PR was merged into the 4.2 branch.
Discussion
----------
Remove CustomUserMessageAuthenticationException
Remove the use of `CustomUserMessageAuthenticationException`, as this is not compatible with the `@throws` tag of the interface.
Since `AccountDeletedException` is implemented by the user here, they could let it take a custom message.
This statement is only in the 4.2 docs, not the 3.4
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
c488036 Remove CustomUserMessageAuthenticationException1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 41 | | |
47 | 42 | | |
48 | 43 | | |
| |||
0 commit comments