Class CakeErrorController
Error Handling Controller
Controller used by ErrorHandler to render error views.
- AppController
- CakeErrorController
Package: Cake\Controller
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Location: Cake/Controller/CakeErrorController.php
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Location: Cake/Controller/CakeErrorController.php
Properties summary
-
$uses
publicarray
Uses Property
Method Summary
-
__construct() public
Constructor
Method Detail
__construct() public ¶
__construct( CakeRequest
$request = null , CakeResponse
$response = null )
Constructor
Parameters
-
CakeRequest
$request optional null - Request instance.
-
CakeResponse
$response optional null - Response instance.