10 lines
210 B
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 {}
|