mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Changing classname and importing base class.
This commit is contained in:
parent
3940b059a3
commit
ffa8b959e4
1 changed files with 2 additions and 1 deletions
|
@ -18,13 +18,14 @@
|
||||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
App::import('Core', 'ErrorHandler');
|
||||||
/**
|
/**
|
||||||
* Error Handler for Cake console.
|
* Error Handler for Cake console.
|
||||||
*
|
*
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.console
|
* @subpackage cake.cake.console
|
||||||
*/
|
*/
|
||||||
class ErrorHandler extends Object {
|
class ConsoleErrorHandler extends ErrorHandler {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Standard output stream.
|
* Standard output stream.
|
||||||
|
|
Loading…
Add table
Reference in a new issue