Browse Source

Use Statement Correction

This change is to insert the Class on the use statement to work
correctly
pirouet 11 years ago
parent
commit
deeae8a5df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Exception.php

+ 1 - 1
src/Database/Exception.php

@@ -14,7 +14,7 @@
  */
 namespace Cake\Database;
 
-use Cake\Core\Exception as CakeException;
+use Cake\Core\Exception\Exception as CakeException;
 
 /**
  * Exception for the database package.