You are here

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

Construct new 404 not found exception.

Overrides AuthcacheP13nRequestException::__construct

File

modules/authcache_p13n/includes/AuthcacheP13nRequestNotFound.inc, line 15
Defines a request exception for 404 errors.

Class

AuthcacheP13nRequestNotFound
Defines a request exception for 404 errors.

Code

public function __construct(Exception $previous = NULL) {
  parent::__construct('404 Not Found', 404, $previous);
}