This commit is contained in:
Qstick
2022-10-16 10:01:55 -05:00
parent 2d5efc268f
commit 7a4fba851f
+2 -2
View File
@@ -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)