Sha256: 55d72e8f9971be874669a2faecbd46385deec600a0740c4a09a876edb1155fa9
Contents?: true
Size: 269 Bytes
Versions: 3
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true module FriendlyShipping module Services class ShipEngineLTL # Raised when an API error is returned. class ApiError < FriendlyShipping::Services::ShipEngine::ApiError # not implemented end end end end
Version data entries
3 entries across 3 versions & 1 rubygems