Skip to content

Commit

Permalink
Adding missing class usage declaration in ExceptionHandler test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 28, 2011
1 parent 013f88e commit 024bff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Error/ErrorHandler.php
Expand Up @@ -22,6 +22,7 @@
App::uses('Debugger', 'Utility');
App::uses('CakeLog', 'Log');
App::uses('ExceptionRenderer', 'Error');
App::uses('AppController', 'Controller');

/**
*
Expand Down

0 comments on commit 024bff2

Please sign in to comment.