Files
be-accone/vendor/aws_sdk/Aws/EKSAuth/Exception/EKSAuthException.php

10 lines
201 B
PHP

<?php
namespace Aws\EKSAuth\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon EKS Auth** service.
*/
class EKSAuthException extends AwsException {}