csrb/api/application/vendor/aws-sdk/Aws/MachineLearning/Exception/MachineLearningException.php
2019-10-12 12:13:27 +05:30

10 lines
182 B
PHP

<?php
namespace Aws\MachineLearning\Exception;
use Aws\Exception\AwsException;
/**
* Amazon Machine Learning exception.
*/
class MachineLearningException extends AwsException {}