mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 01:42:14 +09:00
Initial implementation of DB class based on PDO MySQL driver
This commit is contained in:
parent
14e91b2e09
commit
cc271ee154
4 changed files with 559 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ namespace Rhymix\Framework\Exceptions;
|
|||
/**
|
||||
* The Query Error exception class.
|
||||
*/
|
||||
class QueryError extends \Rhymix\Framework\Exception
|
||||
class QueryError extends DBError
|
||||
{
|
||||
public function __construct($message = '', $code = 0, $previous = null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue