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
a87d447c3547e8ccf96449056b450574bbbf7980
a87d447c3547e8ccf96449056b450574bbbf7980
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
module
Gitlab
module
ImportExport
Enable and autocorrect the CustomErrorClass cop
811e598f
Sean McGivern
committed
7 years ago
3
Error
=
Class
.
new
(
StandardError
)
added better error handling. Also refactored some of the code and fixed a few…
a5d59f07
James Lopez
committed
8 years ago
4
end
fix rubocop warnings
b2b7b38c
James Lopez
committed
8 years ago
5
end