com.structurizr.view.ElementNotPermittedInViewException Maven / Gradle / Ivy
package com.structurizr.view;
public class ElementNotPermittedInViewException extends RuntimeException {
ElementNotPermittedInViewException(String message) {
super(message);
}
}