Skip to content

Commit

Permalink
Exception Alias
Browse files Browse the repository at this point in the history
Adding alias for Cake\Core\Exception to resolve naming conflicts
  • Loading branch information
pirouet committed Mar 30, 2015
1 parent 0b41e2c commit 1b5a39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database/Exception.php
Expand Up @@ -14,12 +14,12 @@
*/
namespace Cake\Database;

use Cake\Core\Exception;
use Cake\Core\Exception as CakeException;

/**
* Exception for the database package.
*/
class Exception extends Exception
class Exception extends CakeException
{

}

0 comments on commit 1b5a39c

Please sign in to comment.