BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
3242ea6d40442f19c3932715521864ac5eb3700b
3242ea6d40442f19c3932715521864ac5eb3700b
Switch branch/tag
gitlab-ce
lib
gitlab
import_export
error.rb
Find file
Normal view
History
Permalink
error.rb
83 Bytes
Edit
Web IDE
Newer
Older
added better error handling. Also refactored some of the code and fixed a few…
a5d59f07
James Lopez
committed
8 years ago
1
2
3
4
module
Gitlab
module
ImportExport
class
Error
<
StandardError
;
end
end
fix rubocop warnings
b2b7b38c
James Lopez
committed
8 years ago
5
end