Skip to content

Commit

Permalink
Use Statement Correction
Browse files Browse the repository at this point in the history
This change is to insert the Class on the use statement to work
correctly
  • Loading branch information
pirouet committed Mar 30, 2015
1 parent 1b5a39c commit deeae8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Exception.php
Expand Up @@ -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.
Expand Down

0 comments on commit deeae8a

Please sign in to comment.