import CustomStackError from "./custom-stack-error.js"; export default class TemplateEvaluationError extends CustomStackError { }