using System; namespace Wino.Core.Domain.Exceptions { /// /// Thrown when composer cant find the mime to load. /// public class ComposerMimeNotFoundException : Exception { } }