using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Demos.Warden.TagTextEditing { public class NotInitializedProperlyException : Exception { } public class ContainsUnprocessableElements : Exception { } public class ModelNotSetException : Exception { } }