UNPKG

windows-ss

Version:

[![npm version](https://badge.fury.io/js/windows-ss.svg)](https://badge.fury.io/js/windows-ss)

5 lines (4 loc) 170 B
import { ClientError } from './client.error'; export declare class IllegalArgumentError extends ClientError { constructor(message: string, paramName?: string); }