TP-programmation-imperative/td09/sda_exceptions.ads
2023-06-10 21:03:54 +02:00

7 lines
176 B
Ada
Executable file

-- Définition d'une exception commune à toutes les SDA.
package SDA_Exceptions is
Cle_Absente_Exception : Exception; -- une clé est absente d'un SDA
end SDA_Exceptions;