Skip to content

Commit

Permalink
Changing classname and importing base class.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 2, 2010
1 parent 3940b05 commit ffa8b95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cake/console/error.php
Expand Up @@ -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.
Expand Down

0 comments on commit ffa8b95

Please sign in to comment.