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