package com.github.setial.intellijjavadocs.exception;
/**
* The type Setup template exception.
*
* @author Sergey Timofiychuk
*/
public class SetupTemplateException extends RuntimeException {
/**
* Instantiates a new Setup template exception.
*
* @param cause the cause
*/
public SetupTemplateException(Throwable cause) {
super(cause);
}
}