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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon DataZone** service.
 */
class DataZoneException extends AwsException {}