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:
authorJames Lopez <james@jameslopez.es>2016-12-20 19:52:27 +0300
committerJames Lopez <james@jameslopez.es>2016-12-20 19:52:27 +0300
commitb82fdf6257255b720526ccef716759892e88de09 (patch)
tree52c4adbaa69a9e4b4174b6efc0f817ffda64d815 /lib/gitlab/update_path_error.rb
parentad1a1d976c877eca16858368db0c5b3ef800db8b (diff)
Fix error 500 renaming group. Also added specs and changelog.
Diffstat (limited to 'lib/gitlab/update_path_error.rb')
-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