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.
1 parent e3e763d commit 2a1671bCopy full SHA for 2a1671b
security/user_checkers.rst
@@ -37,7 +37,7 @@ are not met, an exception should be thrown which extends the
37
38
// user is deleted, show a generic Account Not Found message.
39
if ($user->isDeleted()) {
40
- throw new AccountDeletedException('...');
+ throw new AccountDeletedException();
41
}
42
43
0 commit comments