bugfixes + moving customException to canary

This commit is contained in:
Joey Kimsey
2024-08-20 06:25:36 -04:00
parent ef4818356c
commit 8cd7a6ebbc
4 changed files with 20 additions and 103 deletions

View File

@ -16,6 +16,7 @@ namespace TheTempusProject\Bedrock\Classes;
use PDO;
use PDOException;
use TheTempusProject\Canary\Bin\Canary as Debug;
use TheTempusProject\Canary\Classes\CustomException;
class Database {
public static $instance = null;