using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace EPAServeur.Exceptions { /// /// Exception à jeter quand la note n'a pas été trouvée /// public class NoteNotFoundException : Exception { } }