import { AbstractError } from './AbstractError'; export class CompilerError extends AbstractError { }