Files
be-accone/vendor/aws_v3/Aws/AmplifyBackend/Exception/AmplifyBackendException.php

10 lines
214 B
PHP

<?php
namespace Aws\AmplifyBackend\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AmplifyBackend** service.
*/
class AmplifyBackendException extends AwsException {}