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 'lib/gitlab/ci/trace/chunked_file/concerns/errors.rb')
-rw-r--r--lib/gitlab/ci/trace/chunked_file/concerns/errors.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/ci/trace/chunked_file/concerns/errors.rb b/lib/gitlab/ci/trace/chunked_file/concerns/errors.rb
index ccdb17005e2..0c75afde96b 100644
--- a/lib/gitlab/ci/trace/chunked_file/concerns/errors.rb
+++ b/lib/gitlab/ci/trace/chunked_file/concerns/errors.rb
@@ -8,7 +8,6 @@ module Gitlab
included do
WriteError = Class.new(StandardError)
- FailedToGetChunkError = Class.new(StandardError)
end
end
end