TP-programmation-imperative/td09/sda_exceptions.ads

7 lines
176 B
Ada
Raw Normal View History

2023-06-10 19:03:54 +00:00
-- 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;