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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Forecast Service** service.
 */
class ForecastServiceException extends AwsException {}