UNPKG

lib-utils-ts

Version:

<img src="https://img.shields.io/npm/v/lib-utils-ts"/> <img src="https://img.shields.io/snyk/vulnerabilities/npm/lib-utils-ts"/> <img src="https://img.shields.io/npm/l/lib-utils-ts"/> <img src="https://img.shields.io/github/languages/top/devGnode/lib-util

9 lines (8 loc) 225 B
/*** * @IOException */ export class IOException extends Error{ public name:string = IOException.class().getName(); constructor( message : string = null, code : number = 0 ) {super(message);} } Object.package(this);