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