/home/mip/mip/vendor/aws/aws-sdk-php/src/SupplyChain/Exception/SupplyChainException.php
<?php
namespace Aws\SupplyChain\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Supply Chain** service.
 */
class SupplyChainException extends AwsException {}