aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services/BadPasswordException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Services/BadPasswordException.cs')
-rw-r--r--Timeline/Services/BadPasswordException.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/Services/BadPasswordException.cs b/Timeline/Services/BadPasswordException.cs
index f609371d..93251055 100644
--- a/Timeline/Services/BadPasswordException.cs
+++ b/Timeline/Services/BadPasswordException.cs
@@ -1,7 +1,7 @@
using System;
-using Timeline.Helpers;
+using TimelineApp.Helpers;
-namespace Timeline.Services
+namespace TimelineApp.Services
{
[Serializable]
public class BadPasswordException : Exception