Open TetrixGauss opened 4 months ago
In the method getRouteBetweenCoordinates when the results are empty list you throw an Exception! this is not good practice and it creates a lot of problems!
The exception should be handled and return empty list if you dont find anything.
Please fix it and update it!
In the method getRouteBetweenCoordinates when the results are empty list you throw an Exception! this is not good practice and it creates a lot of problems!
The exception should be handled and return empty list if you dont find anything.
Please fix it and update it!