using System; namespace Woodpecker.Storage { /// /// Occurs when a non-fatal exception with the database occurs. /// public class databaseException : ApplicationException { } }