This repository has been archived on 2022-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
LinkDitch/1-Adapter/src/main/java/persistence/errors/PersistenceError.java
qvalentin e9e2256e82
All checks were successful
continuous-integration/drone/push Build is passing
implementing CSV will be fun they said
2022-05-14 19:22:08 +02:00

6 lines
89 B
Java

package persistence.errors;
public class PersistenceError extends RuntimeException {
}