All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.structurizr.io.WorkspaceWriterException Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package com.structurizr.io;

public class WorkspaceWriterException extends Exception {

    private static final long serialVersionUID = 1L;

    public WorkspaceWriterException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy