UNPKG

angular-weblineindia-qrcode-scanner

Version:
7 lines (6 loc) 159 B
import Exception from './Exception'; /** * Custom Error class of type Exception. */ export default class UnsupportedOperationException extends Exception { }