Subversion Repositories distributed

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
30 daniel-mar 1
package de.viathinksoft.immortal.gen2.math;
5 daniel-mar 2
 
3
public class CRTNotSolveableException extends CRTException {
4
 
5
        private static final long serialVersionUID = -2550866943316039887L;
6
 
7
}