aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services/Exception.Designer.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-13 00:28:35 +0800
committercrupest <crupest@outlook.com>2020-06-13 00:28:35 +0800
commitd6e9ae92a782f747752d9e26504dc2f27e723f04 (patch)
tree57e3d021f6bd2aaa747e1e8fbffdf6a2636977f5 /Timeline/Resources/Services/Exception.Designer.cs
parentb2dcd4529bfb80fa2f1e6095cd5c976d4e90ec8e (diff)
downloadtimeline-d6e9ae92a782f747752d9e26504dc2f27e723f04.tar.gz
timeline-d6e9ae92a782f747752d9e26504dc2f27e723f04.tar.bz2
timeline-d6e9ae92a782f747752d9e26504dc2f27e723f04.zip
refactor(back): Fix #100 .
Diffstat (limited to 'Timeline/Resources/Services/Exception.Designer.cs')
-rw-r--r--Timeline/Resources/Services/Exception.Designer.cs36
1 files changed, 0 insertions, 36 deletions
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
@@ -70,15 +70,6 @@ namespace Timeline.Resources.Services {
}
/// <summary>
- /// Looks up a localized string similar to A present resource conflicts with the given resource..
- /// </summary>
- internal static string ConflictException {
- get {
- return ResourceManager.GetString("ConflictException", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to The hashes password is of bad format. It might not be created by server..
/// </summary>
internal static string HashedPasswordBadFromatException {
@@ -259,33 +250,6 @@ namespace Timeline.Resources.Services {
}
/// <summary>
- /// 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..
- /// </summary>
- internal static string TimelineNotExistException {
- get {
- return ResourceManager.GetString("TimelineNotExistException", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The timeline post does not exist. You can&apos;t do operation on it..
- /// </summary>
- internal static string TimelinePostNotExistException {
- get {
- return ResourceManager.GetString("TimelinePostNotExistException", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The user does not exist..
- /// </summary>
- internal static string UserNotExistException {
- get {
- return ResourceManager.GetString("UserNotExistException", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to The token is of bad format, which means it may not be created by the server..
/// </summary>
internal static string UserTokenBadFormatException {