Basic spell list and character model functionality tested? Maybe.
Signed-off-by: Melissa Avery-Weir <averymd@irrsinn.net>
This commit is contained in:
13
d20 SRD Spell Lists/Exceptions/NoCharacterFileException.cs
Normal file
13
d20 SRD Spell Lists/Exceptions/NoCharacterFileException.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace d20_SRD_Spell_Lists.Exceptions {
|
||||
public class NoCharacterFileException : Exception {
|
||||
|
||||
public NoCharacterFileException(string message)
|
||||
: base(message) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user