NoTokensAuthenticatedException
class NoTokensAuthenticatedException extends AuthenticationRequiredException (View source)
An "NoTokensAuthenticated" Exception
Properties
protected string | $referenceCode | from Exception | |
protected int | $statusCode | from AuthenticationRequiredException | |
protected ActionRequest | $interceptedRequest | from AuthenticationRequiredException |
Methods
Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.
Returns the HTTP status code this exception corresponds to (defaults to 500).
Attach the given action request as intercepted request and return self.
Details
string
getReferenceCode()
Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.
int
getStatusCode()
Returns the HTTP status code this exception corresponds to (defaults to 500).
AuthenticationRequiredException
attachInterceptedRequest(ActionRequest $actionRequest)
Attach the given action request as intercepted request and return self.
bool
hasInterceptedRequest()
No description
ActionRequest|null
getInterceptedRequest()
No description