-
-
Notifications
You must be signed in to change notification settings - Fork 401
Open
Labels
Description
namespace Hyn\Tenancy \Enviroment;
line: 66-0
try {
$tableExists = $connection->getSchemaBuilder()->hasTable($table);
} catch (\Exception $exception){
throw new \Exception('','','')
} finally {
return $tableExists ?? false;
}
When catch exception example DBException, it can't not throw exception.
It spent me over 3 hours to find it!