UNPKG

@zxing/library

Version:

TypeScript port of ZXing multi-format 1D/2D barcode image processing library.

8 lines (7 loc) 202 B
import Exception from './Exception'; /** * Custom Error class of type Exception. */ export default class NullPointerException extends Exception { } NullPointerException.kind = 'NullPointerException';