error.rb 83 Bytes EditWeb IDE 1 2 3 4 5 module Gitlab module ImportExport class Error < StandardError; end end end