UNPKG

@zxing/library

Version:

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

7 lines 206 B
import Exception from './Exception'; /** * Custom Error class of type Exception. */ export default class IllegalStateException extends Exception { } //# sourceMappingURL=IllegalStateException.js.map