Changing classname and importing base class.

This commit is contained in:
Mark Story 2010-09-02 16:47:06 -04:00
parent 3940b059a3
commit ffa8b959e4

View file

@ -18,13 +18,14 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::import('Core', 'ErrorHandler');
/**
* Error Handler for Cake console.
*
* @package cake
* @subpackage cake.cake.console
*/
class ErrorHandler extends Object {
class ConsoleErrorHandler extends ErrorHandler {
/**
* Standard output stream.