All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.shopify.exceptions.ShopifyEmptyLineItemsException Maven / Gradle / Ivy

There is a newer version: 2.9.3
Show newest version
package com.shopify.exceptions;

public class ShopifyEmptyLineItemsException extends Exception {
	private static final long serialVersionUID = -6803895255030397292L;

	public ShopifyEmptyLineItemsException() {
		super("LineItems are required when creating a new fulfillment from a fulfillmentOrder");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy