Skip to content

Commit 67f09cf

Browse files
authored
Add misssing Error class import (#1096)
1 parent 900b35d commit 67f09cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/Error/error500.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77
use Cake\Core\Configure;
88
use Cake\Error\Debugger;
9+
use Error;
910

1011
$this->setLayout('error');
1112

0 commit comments

Comments
 (0)