Skip to content

Commit

Permalink
🐛 Fix renamed Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
synio-wesley committed Mar 18, 2024
1 parent 365a3b5 commit c179b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CatalogManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}
}

Expand Down

0 comments on commit c179b1d

Please sign in to comment.