/Source/Bifrost/Sagas/ChapterAlreadyExistException.cs
# · C# · 12 lines · 7 code · 2 blank · 3 comment · 0 complexity · 304e3098416d3c4794c207350abf7b69 MD5 · raw file
- using System;
-
- namespace Bifrost.Sagas
- {
- /// <summary>
- /// The exception that is thrown if a <see cref="IChapter"/> already exists within a <see cref="ISaga"/>
- /// </summary>
- public class ChapterAlreadyExistException : Exception
- {
-
- }
- }