Blame view

src/main/java/etunicorn/EntityRequestMismatchException.java 189 Bytes
5596f9d9   Geoffrey PREUD'HOMME   Début de l'implém...
1
2
3
4
5
6
7
8
9
  package etunicorn;
  
  /**
   * etunicorn-server
   * Copyright © 2017 Le Club Info Polytech Lille
   * Tous droits réservés
   */
  public class EntityRequestMismatchException extends Exception {
  }