constructor(...id: Id[]) {
super(...id);
}
// Example usage.
import { TypeErrors } from '@angular-package/error';
// Returns TypeErrors {}
new TypeErrors('RE: 4332', 'RE: 4331', 'RE: 4330');
// Returns TypeErrors {}
new TypeErrors('RV: 332', 'RV: 331', 'RV: 330');