Skip to content
Snippets Groups Projects

Feature/808 validate root certificates

Merged Henry Borasch requested to merge feature/808-validate_root_certificates into main
4 files
+ 24
4
Compare changes
  • Side-by-side
  • Inline
Files
4
package dev.fitko.fitconnect.api.exceptions;
public class FileHandlingException extends RuntimeException {
public FileHandlingException(Exception exception) {
super(exception);
}
}
Loading