diff --git a/src/CatalogManager.php b/src/CatalogManager.php index 0877943..1fdddfa 100644 --- a/src/CatalogManager.php +++ b/src/CatalogManager.php @@ -87,7 +87,7 @@ public function __construct( // Check support for catalogs. if ($this->isCatalogSupported() === false) { - throw new Exception('The MariaDB server does not support catalogs.'); + throw new CatalogManagerException('The MariaDB server does not support catalogs.'); } }