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
b2508cbdaf
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
class
Error
<
StandardError
;
end
end
fix rubocop warnings
2016-05-12 05:29:06 -04:00
end
Copy permalink