mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
10 lines
154 B
Java
10 lines
154 B
Java
package jsprit.analysis.toolbox;
|
|
|
|
class NoLocationFoundException extends Exception{
|
|
|
|
/**
|
|
*
|
|
*/
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
}
|