diff --git a/autoload.php b/autoload.php index 8a76529..8d51708 100644 --- a/autoload.php +++ b/autoload.php @@ -35,6 +35,7 @@ define('QDRIVER_PATH', QBASE_PATH.'drivers/'); // Require some common functions require(QBASE_PATH.'common.php'); +require(QBASE_PATH.'core/BadDBDriverException.php'); // Load Query Classes spl_autoload_register(function ($class) diff --git a/core/BadDBDriverException.php b/core/BadDBDriverException.php new file mode 100644 index 0000000..4deac5b --- /dev/null +++ b/core/BadDBDriverException.php @@ -0,0 +1,26 @@ +