Files
be-accone/vendor/aws_v3/Aws/ApplicationCostProfiler/Exception/ApplicationCostProfilerException.php

10 lines
247 B
PHP

<?php
namespace Aws\ApplicationCostProfiler\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Application Cost Profiler** service.
*/
class ApplicationCostProfilerException extends AwsException {}