package com.github.agiledon.sisyphus.exception; public class ElementClassNotFoundException extends RuntimeException { public ElementClassNotFoundException(Exception e) { super(e); } }