diff options
Diffstat (limited to 'Timeline/Services/TimelineNotExistException.cs')
-rw-r--r-- | Timeline/Services/TimelineNotExistException.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Services/TimelineNotExistException.cs b/Timeline/Services/TimelineNotExistException.cs index b5bb0580..6dfd0bab 100644 --- a/Timeline/Services/TimelineNotExistException.cs +++ b/Timeline/Services/TimelineNotExistException.cs @@ -1,6 +1,6 @@ using System;
-namespace TimelineApp.Services
+namespace Timeline.Services
{
[Serializable]
public class TimelineNotExistException : Exception
|