common-smartgears/src/main/java/org/gcube/smartgears/security/secrets/exceptions/SecretNotFoundException.java

8 lines
170 B
Java

package org.gcube.smartgears.security.secrets.exceptions;
public class SecretNotFoundException extends Exception {
private static final long serialVersionUID = 1L;
}