AutorÃa | Ultima modificación | Ver Log |
<?php namespace Aws\Tnb\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS Telco Network Builder** service. */ class TnbException extends AwsException {}
<?php
namespace Aws\Tnb\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Telco Network Builder** service.
*/
class TnbException extends AwsException {}