summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php
blob: 515fdf10ff387f00ac27cc59a66f3763dd1c2ca6 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\OpsWorks\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the AWS OpsWorks service.
 */
class OpsWorksException extends AwsException {}