summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Tnb/Exception/TnbException.php
blob: ac81104a85fd122a539a0da1c8c723584214c740 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\Tnb\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Telco Network Builder** service.
 */
class TnbException extends AwsException {}