<?php
namespace Aws\DevOpsAgent\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS DevOps Agent Service** service.
 */
class DevOpsAgentException extends AwsException {}
