Blame view

tp5_interfaces/tpBib/OuvrageInconnuException.java 132 Bytes
49443da5   Vincent Benoist   tp avance
1
2
3
4
5
  public class OuvrageInconnuException extends Exception {
      OuvrageInconnuException(){
          super("Ouvrage non dispo");
      }
  }