From eba8e9698c09b805d8ac2a8f58db93b947ac29e3 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 13 Jun 2020 00:28:35 +0800 Subject: refactor(back): Fix #100 . --- Timeline/Resources/Services/Exception.Designer.cs | 36 ----------------------- 1 file changed, 36 deletions(-) (limited to 'Timeline/Resources/Services/Exception.Designer.cs') diff --git a/Timeline/Resources/Services/Exception.Designer.cs b/Timeline/Resources/Services/Exception.Designer.cs index 0c721d92..889aa1a7 100644 --- a/Timeline/Resources/Services/Exception.Designer.cs +++ b/Timeline/Resources/Services/Exception.Designer.cs @@ -69,15 +69,6 @@ namespace Timeline.Resources.Services { } } - /// - /// Looks up a localized string similar to A present resource conflicts with the given resource.. - /// - internal static string ConflictException { - get { - return ResourceManager.GetString("ConflictException", resourceCulture); - } - } - /// /// Looks up a localized string similar to The hashes password is of bad format. It might not be created by server.. /// @@ -258,33 +249,6 @@ namespace Timeline.Resources.Services { } } - /// - /// Looks up a localized string similar to Timeline does not exist. If this is a personal timeline, it means the user does not exist and inner exception should be a UserNotExistException.. - /// - internal static string TimelineNotExistException { - get { - return ResourceManager.GetString("TimelineNotExistException", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The timeline post does not exist. You can't do operation on it.. - /// - internal static string TimelinePostNotExistException { - get { - return ResourceManager.GetString("TimelinePostNotExistException", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The user does not exist.. - /// - internal static string UserNotExistException { - get { - return ResourceManager.GetString("UserNotExistException", resourceCulture); - } - } - /// /// Looks up a localized string similar to The token is of bad format, which means it may not be created by the server.. /// -- cgit v1.2.3