export class SpecialPropertyOnlyClientMethodError extends Error { constructor() { super('You should only use this method on the client.'); } }