Enabled login
This commit is contained in:
13
application/classes/database/exception.php
Normal file
13
application/classes/database/exception.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* @package PTA
|
||||
* @subpackage TSM
|
||||
* @category Exception
|
||||
* @author Deon George
|
||||
* @copyright (c) 2010 Deon George
|
||||
* @license http://dev.leenooks.net/license.html
|
||||
*/
|
||||
class Database_Exception extends Kohana_Database_Exception {
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user