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

6 lines (5 loc) 193 B
import {Exception} from "../Exception"; export class NumberFormatException extends Exception{ public readonly name = NumberFormatException.class().getName(); constructor() {super();} }