From 0c4b34725cdee3cea844f19b6f7313db4821b7f0 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Wed, 21 Dec 2016 14:54:02 +0000 Subject: 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 --- lib/gitlab/update_path_error.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/gitlab/update_path_error.rb (limited to 'lib/gitlab') 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 -- cgit v1.2.3