UNPKG

mxr-image-utils

Version:
9 lines (6 loc) 169 B
export class NotBlobError extends Error { constructor(){ super(); this.message = "The file/archive sending is not a instance of Blob." } }