Files
hzmys.hkpgsow.cn/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/Exception/ApplicationCostProfilerException.php
gaofeng 6d9aee81aa 提交
2026-05-12 18:27:28 +08:00

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 {}