10 lines
206 B
PHP
Executable File
10 lines
206 B
PHP
Executable File
<?php
|
|
namespace Aws\TaxSettings\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **Tax Settings** service.
|
|
*/
|
|
class TaxSettingsException extends AwsException {}
|