pull/1909/head
Qstick 2 years ago
parent 2d5efc268f
commit 7a4fba851f

@ -154,13 +154,13 @@ namespace NzbDrone.Core.Datastore
continue; continue;
} }
throw new RadarrStartupException(ex, "Error creating main database"); throw new ReadarrStartupException(ex, "Error creating main database");
} }
} }
} }
else else
{ {
throw new RadarrStartupException(e, "Error creating main database"); throw new ReadarrStartupException(e, "Error creating main database");
} }
} }
catch (Exception e) catch (Exception e)

Loading…
Cancel
Save