UNPKG

section-tests

Version:
15 lines (8 loc) 257 B
import ErrorMessage from './ErrorMessage.js'; export default class DestroyerErrorMessage extends ErrorMessage { constructor(options) { super(options); this.name = options.name; this.type = 'destroyerErrorMessage'; } };