<?php
namespace Aws\SecurityAgent\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Security Agent** service.
 */
class SecurityAgentException extends AwsException {}
