package esl.cuenet.query.pattern.exceptions; public class PatternGraphException extends RuntimeException { public PatternGraphException() { } public PatternGraphException(String msg) { super(msg); } }