# frozen_string_literal: true module Usps module Imis module Error class Mapper < StandardError; end end end end