You are here

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

Construct a 400 request exception.

Overrides AuthcacheP13nRequestException::__construct

File

modules/authcache_p13n/includes/AuthcacheP13nRequestInvalidInput.inc, line 17
Defines a request exception for 400 errors.

Class

AuthcacheP13nRequestInvalidInput
Defines a request exception for 400 errors.

Code

public function __construct(Exception $previous = NULL) {
  parent::__construct('400 Bad Request', 400, $previous);
}