package se.jobtechdev.personaldatagateway.api.exception; public class EndpointSecurityParseException extends RuntimeException { public EndpointSecurityParseException(Throwable cause) { super(cause); } }