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
path: root/app
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-09 15:09:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-09 15:09:53 +0300
commitcd582decb99af5049e64d8078815abdf39e5d4b4 (patch)
treec0ec095c424c936b8b91cf3e75ba816b3a47815d /app
parentbc692af9882a4eb5b4b4ca6df682375f3a21cb44 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app')
-rw-r--r--app/services/projects/import_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/projects/import_service.rb b/app/services/projects/import_service.rb
index 4b294a97516..e55697eebcc 100644
--- a/app/services/projects/import_service.rb
+++ b/app/services/projects/import_service.rb
@@ -3,6 +3,7 @@
module Projects
class ImportService < BaseService
Error = Class.new(StandardError)
+ PermissionError = Class.new(StandardError)
# Returns true if this importer is supposed to perform its work in the
# background.