package com.jclark.xsl.tr;

import com.jclark.xsl.om.*;

public class TerminateXSLException extends XSLException {
  public TerminateXSLException(String detail, Node node) {
    super(detail, node);
  }
}
