mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Replace NotImplementedException
with unreachable
This commit is contained in:
parent
e8b5088370
commit
2907827d31
2 changed files with 7 additions and 20 deletions
|
@ -443,18 +443,6 @@ var UnexpectedResponseException =
|
|||
return UnexpectedResponseException;
|
||||
})();
|
||||
|
||||
var NotImplementedException = (function NotImplementedExceptionClosure() {
|
||||
function NotImplementedException(msg) {
|
||||
this.message = msg;
|
||||
}
|
||||
|
||||
NotImplementedException.prototype = new Error();
|
||||
NotImplementedException.prototype.name = 'NotImplementedException';
|
||||
NotImplementedException.constructor = NotImplementedException;
|
||||
|
||||
return NotImplementedException;
|
||||
})();
|
||||
|
||||
var MissingDataException = (function MissingDataExceptionClosure() {
|
||||
function MissingDataException(begin, end) {
|
||||
this.begin = begin;
|
||||
|
@ -1037,7 +1025,6 @@ export {
|
|||
MissingDataException,
|
||||
MissingPDFException,
|
||||
NativeImageDecoding,
|
||||
NotImplementedException,
|
||||
PasswordException,
|
||||
PasswordResponses,
|
||||
StreamType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue