Lines Matching defs:throw
68 throw new Error("Invalid base64 input, it looks like a data url."); field
87 throw new Error("Invalid base64 input, bad content length."); field
970 throw new Error(compressionName + " is not a valid compression method !"); field
3415 throw new Error(type + " is not supported by this platform"); field
3650 throw new Error("Multi-volumes zip are not supported"); field
3708 throw new Error("Can't find end of central directory : is this a zip file ? " + field
3711 throw new Error("Corrupted zip: can't find end of central directory"); field
3746 … throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator"); field
3757 throw new Error("Corrupted zip: can't find the ZIP64 end of central directory"); field
3784 throw new Error("Corrupted zip: missing " + Math.abs(extraBytes) + " bytes."); field
4226 throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide."); field
4759 throw new Error(msg[status]); field
4781 throw new Error(msg[status]); field
4959 if (deflator.err) { throw deflator.msg || msg[deflator.err]; } field
5141 throw new Error(msg[status]); field
5384 if (inflator.err) { throw inflator.msg || msg[inflator.err]; } field
5436 throw new TypeError(source + 'must be non-object'); field