This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
1dab640357
gitlab-org--gitlab-foss
/
lib
/
gitlab
/
import_export
/
error.rb
6 lines
83 B
Ruby
Raw
Normal View
History
Unescape
Escape
added better error handling. Also refactored some of the code and fixed a few issues in project_tree_saver
2016-05-10 11:15:20 -04:00
module
Gitlab
module
ImportExport
Enable and autocorrect the CustomErrorClass cop
2017-03-01 06:00:37 -05:00
Error
=
Class
.
new
(
StandardError
)
added better error handling. Also refactored some of the code and fixed a few issues in project_tree_saver
2016-05-10 11:15:20 -04:00
end
fix rubocop warnings
2016-05-12 05:29:06 -04:00
end
Copy permalink