mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing doc block
This commit is contained in:
parent
08026e5828
commit
670fea6e37
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ App::uses('CakeResponse', 'Network');
|
|||
*
|
||||
* Using a subclass of ExceptionRenderer gives you full control over how Exceptions are rendered, you
|
||||
* can configure your class in your core.php, with `Configure::write('Exception.renderer', 'MyClass');`
|
||||
* You should place any custom exception renderers in `app/libs`.
|
||||
* You should place any custom exception renderers in `app/Lib/Error`.
|
||||
*
|
||||
* @package Cake.Error
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue