You are here

public function AuthcacheP13nRequestAccessDenied::__construct in Authenticated User Page Caching (Authcache) 7.2

Construct a new access denied exception.

Overrides AuthcacheP13nRequestException::__construct

File

modules/authcache_p13n/includes/AuthcacheP13nRequestAccessDenied.inc, line 14
Defines a request exception for 403 errors

Class

AuthcacheP13nRequestAccessDenied
Defines a request exception for 403 errors

Code

public function __construct(Exception $previous = NULL) {
  parent::__construct('403 Forbidden', 403, $previous);
}