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

use Aws\Exception\AwsException;

/**
 * Amazon Machine Learning exception.
 */
class MachineLearningException extends AwsException {}