New event type to fall back to when not handled properly.
This commit is contained in:
parent
a60cc5e04b
commit
08a3d50216
1 changed files with 7 additions and 0 deletions
7
ObservatoryFramework/Files/Journal/UnhandledEvent.cs
Normal file
7
ObservatoryFramework/Files/Journal/UnhandledEvent.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
namespace Observatory.Framework.Files.Journal
|
||||||
|
{
|
||||||
|
public class UnhandledEvent : JournalBase
|
||||||
|
{
|
||||||
|
public string OriginalEvent { get; init; }
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue