From 7a4fba851f631be3324e24a59806c2a1a9f21254 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 16 Oct 2022 10:01:55 -0500 Subject: [PATCH] fixup! --- src/NzbDrone.Core/Datastore/DbFactory.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/Datastore/DbFactory.cs b/src/NzbDrone.Core/Datastore/DbFactory.cs index 6e8d758f8..b4906bf46 100644 --- a/src/NzbDrone.Core/Datastore/DbFactory.cs +++ b/src/NzbDrone.Core/Datastore/DbFactory.cs @@ -154,13 +154,13 @@ namespace NzbDrone.Core.Datastore continue; } - throw new RadarrStartupException(ex, "Error creating main database"); + throw new ReadarrStartupException(ex, "Error creating main database"); } } } else { - throw new RadarrStartupException(e, "Error creating main database"); + throw new ReadarrStartupException(e, "Error creating main database"); } } catch (Exception e)