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