error.rb 83 Bytes EditWeb IDE 1 2 3 4 5 module Gitlab module ImportExport Error = Class.new(StandardError) end end