- /**
- * @author Martijn Dierckx
- */
- /** Class representing a specifc error triggered by the Hydrawise API binding */
- export declare class HydrawiseCommandException extends Error {
- date: Date;
- constructor(message: string, ...params: any);
- }
- //# sourceMappingURL=HydrawiseCommandException.d.ts.map
|