package com.threatconnect.apps.playbooks.test.config; /** * @author Greg Marut */ public class UnsupposedPlaybookMainClassException extends Exception { public UnsupposedPlaybookMainClassException(final String message) { super(message); } }