summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/tuf-js/dist/error.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/tuf-js/dist/error.d.ts')
-rw-r--r--deps/npm/node_modules/tuf-js/dist/error.d.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/npm/node_modules/tuf-js/dist/error.d.ts b/deps/npm/node_modules/tuf-js/dist/error.d.ts
index 130e49ab9d..3a42f0441b 100644
--- a/deps/npm/node_modules/tuf-js/dist/error.d.ts
+++ b/deps/npm/node_modules/tuf-js/dist/error.d.ts
@@ -6,20 +6,12 @@ export declare class PersistError extends Error {
}
export declare class RepositoryError extends Error {
}
-export declare class UnsignedMetadataError extends RepositoryError {
-}
export declare class BadVersionError extends RepositoryError {
}
export declare class EqualVersionError extends BadVersionError {
}
export declare class ExpiredMetadataError extends RepositoryError {
}
-export declare class LengthOrHashMismatchError extends RepositoryError {
-}
-export declare class CryptoError extends Error {
-}
-export declare class UnsupportedAlgorithmError extends CryptoError {
-}
export declare class DownloadError extends Error {
}
export declare class DownloadLengthMismatchError extends DownloadError {