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 93251055..f609371d 100644
--- a/Timeline/Services/BadPasswordException.cs
+++ b/Timeline/Services/BadPasswordException.cs
@@ -1,7 +1,7 @@
using System;
-using TimelineApp.Helpers;
+using Timeline.Helpers;
-namespace TimelineApp.Services
+namespace Timeline.Services
{
[Serializable]
public class BadPasswordException : Exception