Files
be-accone/vendor/aws_v3/Aws/Pinpoint/Exception/PinpointException.php

10 lines
203 B
PHP

<?php
namespace Aws\Pinpoint\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Pinpoint** service.
*/
class PinpointException extends AwsException {}