export function newError(message?: string): Error { return new Error(message) }