/Source/Bifrost/Events/EventOutOfSequenceException.cs
# · C# · 11 lines · 7 code · 1 blank · 3 comment · 0 complexity · 00bd3c9751c9f87cdcea5c616548ef96 MD5 · raw file
- using System;
-
- namespace Bifrost.Events
- {
- /// <summary>
- /// The exception that is thrown when an <see cref="IEvent"/> is out of sequence in an <see cref="EventStream"/>
- /// </summary>
- public class EventOutOfSequenceException : ArgumentException
- {
- }
- }