cloud-8.x-2.0-beta1/modules/cloud_service_providers/aws_cloud/src/Service/Ec2/Ec2ServiceException.php
modules/cloud_service_providers/aws_cloud/src/Service/Ec2/Ec2ServiceException.php
<?php
namespace Drupal\aws_cloud\Service\Ec2;
/**
* AWS Cloud EC2 Service Exception.
*/
class Ec2ServiceException extends \Exception {
}
