10 lines
240 B
PHP
10 lines
240 B
PHP
|
|
<?php
|
||
|
|
namespace Aws\BCMDashboards\Exception;
|
||
|
|
|
||
|
|
use Aws\Exception\AwsException;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Represents an error interacting with the **AWS Billing and Cost Management Dashboards** service.
|
||
|
|
*/
|
||
|
|
class BCMDashboardsException extends AwsException {}
|