v2.1.7
This commit is contained in:
parent
c2ead8e434
commit
77d0cea926
995 changed files with 28142 additions and 8603 deletions
9
vendor/aws/aws-sdk-php/src/AgentRegistry/Exception/AgentRegistryException.php
vendored
Normal file
9
vendor/aws/aws-sdk-php/src/AgentRegistry/Exception/AgentRegistryException.php
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
namespace Aws\AgentRegistry\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Agent Registry** service.
|
||||
*/
|
||||
class AgentRegistryException extends AwsException {}
|
||||
Loading…
Reference in a new issue