summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-12-21 14:54:02 +0000
committerDouwe Maan <douwe@gitlab.com>2016-12-21 14:54:02 +0000
commit6e8ba3b79f2a64496fae4506dea224cc995898d2 (patch)
tree4e69812a1b7b05032efd213972f267b962d60390 /lib
parentcc02bb2ac347fc2b5b94f49cb2f84ee03cc9a3a7 (diff)
parentb902784dbff64d1f746fc38249a814debb8ed325 (diff)
downloadgitlab-ce-6e8ba3b79f2a64496fae4506dea224cc995898d2.tar.gz
Merge branch 'fix/group-path-rename-error' into 'master'
Fix error 500 renaming group. Also added specs and changelog. Closes #17922 and #23223 See merge request !8201
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/update_path_error.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gitlab/update_path_error.rb b/lib/gitlab/update_path_error.rb
new file mode 100644
index 00000000000..ce14cc887d0
--- /dev/null
+++ b/lib/gitlab/update_path_error.rb
@@ -0,0 +1,3 @@
+module Gitlab
+ class UpdatePathError < StandardError; end
+end