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

use Aws\Exception\AwsException;

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