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

11 lines (9 loc) 269 B
import {IOException} from "./IOException"; export class EOFException extends IOException{ /** * @type {string} */ public name:string = EOFException.class().getName(); constructor( message : string = "" ) {super(message);} } Object.package(this);