require 'p4_error' module HelixSync class SubmitFailed < P4Error def initialize(change) super(15_362, 3, "Submit failed for #{change}") end end end