diff --git a/upload/includes/classes/exceptions/db_exception.php b/upload/includes/classes/exceptions/db_exception.php index 16cb54e7..a1fa5c7c 100644 --- a/upload/includes/classes/exceptions/db_exception.php +++ b/upload/includes/classes/exceptions/db_exception.php @@ -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 } } -?> \ No newline at end of file +?>