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:
authorDouwe Maan <douwe@gitlab.com>2016-12-21 17:54:02 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-05 20:48:46 +0300
commit0c4b34725cdee3cea844f19b6f7313db4821b7f0 (patch)
tree5e927fedaa717cde21783e5c9d4efb68dcd206d7 /lib/gitlab
parent5b158b0b35c86c848536e8c147aa8682731b4ec0 (diff)
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/gitlab')
-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