using System; namespace Wino.Core.Domain.Exceptions { /// /// An exception thrown when the background task execution policies are denied for some reason. /// public class BackgroundTaskExecutionRequestDeniedException : Exception { } }