Merge pull request #220 from xaoseric/master
Fix Can't extend error on php 7
This commit is contained in:
commit
6d257a3d3a
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
* Making sense with error handling
|
||||
*/
|
||||
|
||||
class DB_Exception extends mysqli_sql_exception
|
||||
class DB_Exception
|
||||
{
|
||||
|
||||
public function getError()
|
||||
|
@ -18,4 +18,4 @@ class DB_Exception extends mysqli_sql_exception
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue