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.
2 parents 493f79b + 6befd8a commit 6f6988cCopy full SHA for 6f6988c
src/Authenticator/AuthenticationRequiredException.php
@@ -16,15 +16,15 @@
16
*/
17
namespace Authentication\Authenticator;
18
19
-use RuntimeException;
+use Cake\Http\Exception\HttpException;
20
21
/**
22
* An exception for stateless authenticators when credentials are wrong/missing.
23
*
24
* Unlike `UnauthenticatedException` this class can carry authentication challenge headers.
25
* and is used by stateless authenticators.
26
27
-class AuthenticationRequiredException extends RuntimeException
+class AuthenticationRequiredException extends HttpException
28
{
29
30
* @var array
0 commit comments