// generated by diplomat-tool import wasm from "./diplomat-wasm.mjs"; import * as diplomatRuntime from "./diplomat-runtime.mjs"; /** Additional information: [1](https://docs.rs/icu/latest/icu/timezone/struct.InvalidOffsetError.html) */ export class TimeZoneInvalidOffsetError { constructor(structObj) { if (typeof structObj !== "object") { throw new Error("TimeZoneInvalidOffsetError's constructor takes an object of TimeZoneInvalidOffsetError's fields."); } } }