chore: move exception to separate file

This commit is contained in:
goat 2023-09-27 22:41:25 +02:00
parent 1d8b579b04
commit 63764cb669
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 17 additions and 9 deletions

View file

@ -84,7 +84,7 @@ internal static class ServiceManager
/// </summary>
/// <param name="dalamud">Instance of <see cref="Dalamud"/>.</param>
/// <param name="startInfo">Instance of <see cref="DalamudStartInfo"/>.</param>
/// <param name="fs">Instance of <see cref="ReliableFileStorage"/></param>
/// <param name="fs">Instance of <see cref="ReliableFileStorage"/>.</param>
/// <param name="configuration">Instance of <see cref="DalamudConfiguration"/>.</param>
public static void InitializeProvidedServicesAndClientStructs(Dalamud dalamud, DalamudStartInfo startInfo, ReliableFileStorage fs, DalamudConfiguration configuration)
{