1
0

HydrawiseCommandException.d.ts 302 B

123456789
  1. /**
  2. * @author Martijn Dierckx
  3. */
  4. /** Class representing a specifc error triggered by the Hydrawise API binding */
  5. export declare class HydrawiseCommandException extends Error {
  6. date: Date;
  7. constructor(message: string, ...params: any);
  8. }
  9. //# sourceMappingURL=HydrawiseCommandException.d.ts.map