Blame view

src/kernel/exception/InvalidIntervalException.java 87 Bytes
4186cd92   Remi   fix tests
1
2
3
4
  package kernel.exception;
  
  public class InvalidIntervalException extends Exception {
  }