Files
be-accone/vendor/aws_v3/Aws/SupplyChain/Exception/SupplyChainException.php

10 lines
210 B
PHP

<?php
namespace Aws\SupplyChain\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Supply Chain** service.
*/
class SupplyChainException extends AwsException {}