Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/dependency_proxy/download_blob_service.rb')
-rw-r--r--app/services/dependency_proxy/download_blob_service.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/services/dependency_proxy/download_blob_service.rb b/app/services/dependency_proxy/download_blob_service.rb
index 3c690683bf6..b3548c8a126 100644
--- a/app/services/dependency_proxy/download_blob_service.rb
+++ b/app/services/dependency_proxy/download_blob_service.rb
@@ -2,16 +2,6 @@
module DependencyProxy
class DownloadBlobService < DependencyProxy::BaseService
- class DownloadError < StandardError
- attr_reader :http_status
-
- def initialize(message, http_status)
- @http_status = http_status
-
- super(message)
- end
- end
-
def initialize(image, blob_sha, token)
@image = image
@blob_sha = blob_sha