# frozen_string_literal: true module FriendlyShipping module Services class ShipEngineLTL class BadRequest < ShipEngine::BadRequest; end end end end