mirror of
https://github.com/10h30/laravel-file-upload-series.git
synced 2026-07-11 10:45:58 +09:00
10 lines
197 B
PHP
10 lines
197 B
PHP
<?php
|
|
namespace Aws\Account\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS Account** service.
|
|
*/
|
|
class AccountException extends AwsException {}
|