Fixing doc block

This commit is contained in:
ADmad 2011-09-18 19:58:47 +05:30
parent 08026e5828
commit 670fea6e37

View file

@ -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
*/
@ -237,7 +237,7 @@ class ExceptionRenderer {
/**
* Convenience method to display a PDOException.
*
* @param PDOException $error
* @param PDOException $error
* @return void
*/
public function pdoError(PDOException $error) {